Skip to content

Commit 676f078

Browse files
Update actions/checkout action to v5
1 parent 71162b0 commit 676f078

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/buildifier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
check:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: buildifier
1919
run: bazel run --enable_bzlmod //.github/workflows:buildifier.check

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pre-commit:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
- uses: pre-commit/action@v3.0.1
3838
# For branch protection settings, this job provides a "stable" name that can be used to gate PR merges
3939
# on "all matrix jobs were successful".

.github/workflows/tag.yaml

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

0 commit comments

Comments
 (0)