From 70746dd7f46831f9dc7a16bfe5817ef9018a7dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 05:07:35 +0000 Subject: [PATCH] Bump actions/checkout in the actions group across 1 directory Bumps the actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 50737d9..e8c87ed 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@v6 + - uses: actions/checkout@v7 - 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 e432da3..08c2c11 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@v6 + - uses: actions/checkout@v7 - name: Run shellcheck run: shellcheck $(git ls-files '*.sh') link-consistency: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Verify every link.sh source exists in the repo run: ./scripts/check-link-consistency.sh