From 0d3cbece5599263474ff72585829eb1f9cd92f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 03:07:22 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 in the actions group Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/brew-drift.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/brew-drift.yml b/.github/workflows/brew-drift.yml index 7ebaf12..50737d9 100644 --- a/.github/workflows/brew-drift.yml +++ b/.github/workflows/brew-drift.yml @@ -11,7 +11,7 @@ jobs: env: HOMEBREW_NO_AUTO_UPDATE: '1' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Add taps used by inventory run: ./scripts/setup-brew-taps.sh diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f376f3..e432da3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,13 +17,13 @@ jobs: shellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Run shellcheck run: shellcheck $(git ls-files '*.sh') link-consistency: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Verify every link.sh source exists in the repo run: ./scripts/check-link-consistency.sh