Skip to content

Commit af372ce

Browse files
chore(deps): update actions/checkout action to v6
1 parent 012c564 commit af372ce

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/buildifier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
check:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: buildifier
1717
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
@@ -30,7 +30,7 @@ jobs:
3030
pre-commit:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
- uses: pre-commit/action@v3.0.1
3535
# For branch protection settings, this job provides a "stable" name that can be used to gate PR merges
3636
# on "all matrix jobs were successful".

.github/workflows/tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
new-tag-version-type: ${{ steps.ccv.outputs.new-tag-version-type }}
2323
recently-tagged: ${{ steps.recent-tag.outputs.recently-tagged }}
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
with:
2727
# Need enough history to find the prior release tag
2828
fetch-depth: 0

0 commit comments

Comments
 (0)