Skip to content

Commit 1e52676

Browse files
chore(deps): update actions/checkout action to v5
1 parent 0a2f475 commit 1e52676

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- "e2e/smoke"
3535
- "e2e/write_source_files"
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
- uses: bazel-contrib/[email protected]
3939
with:
4040
bazelisk-cache: true
@@ -53,7 +53,7 @@ jobs:
5353
pre-commit:
5454
runs-on: ubuntu-latest
5555
steps:
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v5
5757
- uses: pre-commit/[email protected]
5858
- name: Verify BCR patches
5959
run: patch --dry-run -p1 --fuzz 0 < .bcr/patches/*.patch

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Go cross-compilation works from linux -> any platform
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- name: Build Go Binaries
3434
env:
3535
# NB: this variable is read by tools/release/copy_release_artifacts.sh

.github/workflows/tag.yaml

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

0 commit comments

Comments
 (0)