From 46bc6a79437e5c7fe0b7d5d84b36b9cc4aed0534 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 21:30:04 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/tag.yaml | 2 +- .github/workflows/verify-hooks.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d57e20a..7bbe964 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: - "examples/aggregate" runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: bazel-contrib/setup-bazel@0.19.0 with: bazelisk-cache: true @@ -45,7 +45,7 @@ jobs: linux-arm64-smoke: runs-on: ubuntu-24.04-arm steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: bazel-contrib/setup-bazel@0.19.0 with: bazelisk-cache: true diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml index 1fcb134..abb114c 100644 --- a/.github/workflows/tag.yaml +++ b/.github/workflows/tag.yaml @@ -22,7 +22,7 @@ jobs: new-tag-version-type: ${{ steps.ccv.outputs.new-tag-version-type }} recently-tagged: ${{ steps.recent-tag.outputs.recently-tagged }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # Need enough history to find the prior release tag fetch-depth: 0 diff --git a/.github/workflows/verify-hooks.yml b/.github/workflows/verify-hooks.yml index bb7d4e4..cae0707 100644 --- a/.github/workflows/verify-hooks.yml +++ b/.github/workflows/verify-hooks.yml @@ -8,7 +8,7 @@ jobs: verify-hooks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 100 - uses: pnpm/action-setup@v6