From b52db0521fa81c76f2de897c9004c767ea6e08f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 11:04:35 +0000 Subject: [PATCH] chore(deps): 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/build.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/rust-tests.yml | 6 +++--- .github/workflows/update-homebrew.yml | 2 +- .github/workflows/version-sync.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22a0329..fa7f244 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6 @@ -85,7 +85,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install dependencies (Ubuntu) if: matrix.platform == 'ubuntu-22.04' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71d2aeb..8b6110e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install dependencies (Ubuntu) if: matrix.platform == 'ubuntu-22.04' diff --git a/.github/workflows/rust-tests.yml b/.github/workflows/rust-tests.yml index d9481e1..aa6f77d 100644 --- a/.github/workflows/rust-tests.yml +++ b/.github/workflows/rust-tests.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install dependencies (Ubuntu) if: matrix.platform == 'ubuntu-22.04' @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install dependencies run: | @@ -99,7 +99,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Rust uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # @stable as of 2026-03-27 diff --git a/.github/workflows/update-homebrew.yml b/.github/workflows/update-homebrew.yml index 5c09780..6e9630f 100644 --- a/.github/workflows/update-homebrew.yml +++ b/.github/workflows/update-homebrew.yml @@ -59,7 +59,7 @@ jobs: echo "x64 SHA256: $SHA_INTEL" - name: Checkout homebrew tap - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: tylergraydev/homebrew-cctm token: ${{ secrets.HOMEBREW_TAP_TOKEN }} diff --git a/.github/workflows/version-sync.yml b/.github/workflows/version-sync.yml index eb8c368..c8e6b13 100644 --- a/.github/workflows/version-sync.yml +++ b/.github/workflows/version-sync.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0