File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments