From c7716ed936ae19c7abec7398ceb8e7acf249d2c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:54:47 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 in the action-updates group Bumps the action-updates group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48c4356..f77d0bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: matrix: qt-flavor: [asan, ubsan, tsan, debug, profile] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup Sanitized Qt id: setup-qt diff --git a/action.yml b/action.yml index fd7df95..df22329 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ runs: libxcb-cursor0 - name: Checkout CI tools - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: KDABLabs/ci-release-tools path: ci-release-tools