Skip to content

Commit 5356519

Browse files
chore(deps): update actions/checkout action to v6 (#9)
1 parent 45df55c commit 5356519

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@v4
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
@@ -29,7 +29,7 @@ jobs:
2929
pre-commit:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333
- uses: pre-commit/action@v3.0.1
3434
# For branch protection settings, this job provides a "stable" name that can be used to gate PR merges
3535
# 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@v4
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)