From fcb238382f29eaa0ded110aec03973fdbb61cc60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 04:02:21 +0000 Subject: [PATCH] chore: bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/claude.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update-mirrors.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e251af..700307c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: name: Bash Syntax runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check install.sh syntax run: bash -n install.sh @@ -41,7 +41,7 @@ jobs: name: Dry-run (Linux compat check) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Patch script for Linux dry-run # The script exits on non-Darwin; stub out the OS check so we can diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index e9838ad..5087689 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -23,7 +23,7 @@ jobs: actions: read # Required for Claude to read CI results on PRs steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c73b4cf..820c839 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: name: Create GitHub Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Validate tag format run: | diff --git a/.github/workflows/update-mirrors.yml b/.github/workflows/update-mirrors.yml index f93e63e..8d2f8ef 100644 --- a/.github/workflows/update-mirrors.yml +++ b/.github/workflows/update-mirrors.yml @@ -24,7 +24,7 @@ jobs: name: Check Wikipedia for mirror changes runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Fetch and parse mirror list from Wikipedia id: check