Skip to content

Commit c0fc611

Browse files
chore(deps): update actions/checkout action to v6 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a1b791 commit c0fc611

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- "examples/aggregate"
2121
runs-on: ${{ matrix.os }}
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- uses: bazel-contrib/setup-bazel@0.16.0
2525
with:
2626
bazelisk-cache: true

.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

.github/workflows/verify-hooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
verify-hooks:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 100
1414
- uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)