From 6639f09d98b20de74e19279f43f468ce4babfa4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 03:24:31 +0000 Subject: [PATCH] ci(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/cosign-release.yml | 2 +- .github/workflows/label-sync.yml | 2 +- .github/workflows/sbom.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cosign-release.yml b/.github/workflows/cosign-release.yml index 28c1e1e..3ccc448 100644 --- a/.github/workflows/cosign-release.yml +++ b/.github/workflows/cosign-release.yml @@ -39,7 +39,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install cosign uses: sigstore/cosign-installer@v3 diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 0a87995..3794087 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -43,7 +43,7 @@ jobs: contents: read # required for actions/checkout on private repos issues: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: EndBug/label-sync@v2 with: # Always pull canonical label set from the .github repo's diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 1973cd9..1da35ae 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -38,7 +38,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Generate SBOM (Go) if: inputs.language == 'go'