Skip to content

Commit 572a00e

Browse files
chore(deps): update actions/checkout action to v5 (#2301)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 62607a6 commit 572a00e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@v4
18+
- uses: actions/checkout@v5
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@v4
25+
- uses: actions/checkout@v5
2626
- id: bazel-version
2727
name: Prepare 'bazel-version' matrix axis
2828
run: |
@@ -236,7 +236,7 @@ jobs:
236236
# Steps represent a sequence of tasks that will be executed as part of the job
237237
steps:
238238
# Checks-out your repository under github.workspace, so your job can access it
239-
- uses: actions/checkout@v4
239+
- uses: actions/checkout@v5
240240

241241
# Setup an ssh keypair and github.com in known_hosts for e2e/git_dep_metadata,
242242
# 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@v4
14+
- uses: actions/checkout@v5
1515
- run: |
1616
./npm/private/versions_mirror.sh
1717
npx @bazel/buildifier npm/private/versions.bzl

0 commit comments

Comments
 (0)