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