From a8da2bf41762888a5bff03aaabd3634b704f5eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:06:19 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/01-make-dist-worker.yml | 2 +- .github/workflows/05-codeql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/01-make-dist-worker.yml b/.github/workflows/01-make-dist-worker.yml index bb43f2ba04..4eaf6dfab8 100644 --- a/.github/workflows/01-make-dist-worker.yml +++ b/.github/workflows/01-make-dist-worker.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # NOTE: This is the unprivileged part of the GHA-01-tarballs ritual, # running potentially untrusted shell code from the PR source branch. diff --git a/.github/workflows/05-codeql.yml b/.github/workflows/05-codeql.yml index c5572d1768..0ad832baf0 100644 --- a/.github/workflows/05-codeql.yml +++ b/.github/workflows/05-codeql.yml @@ -65,7 +65,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 # Using hints from https://askubuntu.com/questions/272248/processing-triggers-for-man-db - if: matrix.language == 'cpp' && matrix.os == 'ubuntu-latest'