From e10a0d8ea304d421e91f77a8341c6b1db0a6877c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:46:42 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 in the actions group Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- .github/workflows/depscan.yml | 4 ++-- .github/workflows/translations.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 606e6322f5..90536f43ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Checkout source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 10 persist-credentials: false @@ -51,7 +51,7 @@ jobs: pacman -S --noconfirm tar - name: Checkout source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 10 persist-credentials: false diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d061587141..fc88c36390 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/depscan.yml b/.github/workflows/depscan.yml index e94a8518ad..614bf4fca6 100644 --- a/.github/workflows/depscan.yml +++ b/.github/workflows/depscan.yml @@ -20,13 +20,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 10 persist-credentials: false - name: Checkout bypy - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 1 persist-credentials: false diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 1627ae9db5..5193b67113 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -21,7 +21,7 @@ jobs: pacman -S --noconfirm tar - name: Checkout source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 2 persist-credentials: false