Skip to content

Commit 813fe35

Browse files
chore(deps): update actions/checkout action to v6
1 parent 7ecf366 commit 813fe35

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
@@ -12,7 +12,7 @@ jobs:
1212
check:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: bazel-contrib/setup-bazel@0.16.0
1717
with:
1818
bazelisk-cache: true

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- "examples/aggregate"
2222
runs-on: ${{ matrix.os }}
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- uses: bazel-contrib/setup-bazel@0.16.0
2626
with:
2727
bazelisk-cache: true
@@ -32,7 +32,7 @@ jobs:
3232
pre-commit:
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
- uses: pre-commit/action@v3.0.1
3737

3838
conclusion:

.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)