From c528116f0e4282945a9b5e38c4de0ef0e64cb14b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 05:20:25 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/buildifier.yaml | 2 +- .github/workflows/ci.yaml | 4 ++-- .github/workflows/mirror.yaml | 2 +- .github/workflows/tag.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/buildifier.yaml b/.github/workflows/buildifier.yaml index aa65a2ad2..a40e97ba8 100644 --- a/.github/workflows/buildifier.yaml +++ b/.github/workflows/buildifier.yaml @@ -15,6 +15,6 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: buildifier run: bazel run --enable_bzlmod //:buildifier.check diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4ece636c1..3e05d8113 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: matrix-prep: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - id: bazel-version name: Prepare 'bazel-version' matrix axis run: | @@ -249,7 +249,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under github.workspace, so your job can access it - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Setup an ssh keypair and github.com in known_hosts for e2e/git_dep_metadata, # which exercises fetching a git repository via ssh. diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index f428fae25..4601ec531 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -11,7 +11,7 @@ jobs: mirror: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: | ./npm/private/versions_mirror.sh npx @bazel/buildifier npm/private/versions.bzl diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml index 075e9306d..2af41a60d 100644 --- a/.github/workflows/tag.yaml +++ b/.github/workflows/tag.yaml @@ -24,7 +24,7 @@ jobs: new-tag: ${{ steps.ccv.outputs.new-tag }} new-tag-version: ${{steps.ccv.outputs.new-tag-version}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: # Need enough history to find the prior release tag fetch-depth: 0