Skip to content

Commit 087ed46

Browse files
chore(deps): update actions/checkout action to v6
1 parent 9e65f63 commit 087ed46

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/buildifier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
check:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: buildifier
2020
run: bazel run --enable_bzlmod //:buildifier.check

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix-prep:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- id: bazel-version
2727
name: Prepare 'bazel-version' matrix axis
2828
run: |
@@ -249,7 +249,7 @@ jobs:
249249
# Steps represent a sequence of tasks that will be executed as part of the job
250250
steps:
251251
# Checks-out your repository under github.workspace, so your job can access it
252-
- uses: actions/checkout@v5
252+
- uses: actions/checkout@v6
253253

254254
# Setup an ssh keypair and github.com in known_hosts for e2e/git_dep_metadata,
255255
# which exercises fetching a git repository via ssh.

.github/workflows/mirror.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
mirror:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- run: |
1616
./npm/private/versions_mirror.sh
1717
npx @bazel/buildifier npm/private/versions.bzl

.github/workflows/tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
new-tag: ${{ steps.ccv.outputs.new-tag }}
2525
new-tag-version: ${{steps.ccv.outputs.new-tag-version}}
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
with:
2929
# Need enough history to find the prior release tag
3030
fetch-depth: 0

0 commit comments

Comments
 (0)