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@v4
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 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".
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@v4
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