From 4352949251f16d08f21fbf9d8132beecca42ca96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:33:57 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/build-all.yml | 4 ++-- .github/workflows/build-image.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index ba181fb..b61b61b 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -14,7 +14,7 @@ jobs: outputs: revisions: ${{ steps.revisions.outputs.value }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false fetch-depth: 0 @@ -38,7 +38,7 @@ jobs: attestations: write packages: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false ref: ${{ matrix.revision }} diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index ac74cd0..e9ec019 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -35,7 +35,7 @@ jobs: packages: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false