From 8d32109af18b4a97b93f760710dd8581e90abbf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 15:47:57 +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/check-no-fee.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/sbf-cluster-check.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-no-fee.yml b/.github/workflows/check-no-fee.yml index 7bea3a1..4c2981a 100644 --- a/.github/workflows/check-no-fee.yml +++ b/.github/workflows/check-no-fee.yml @@ -10,6 +10,6 @@ jobs: name: Verify no fee/admin surface runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Run check-no-fee.sh run: bash scripts/check-no-fee.sh diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c78c27b..c3c66cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: contents: write # for creating GitHub Releases steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: # Full history so source_revision in security_txt embeds the right SHA. fetch-depth: 0 diff --git a/.github/workflows/sbf-cluster-check.yml b/.github/workflows/sbf-cluster-check.yml index 6d5134d..f1bbcba 100644 --- a/.github/workflows/sbf-cluster-check.yml +++ b/.github/workflows/sbf-cluster-check.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install Solana toolchain run: |