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 1414 check :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - name : buildifier
1919 run : bazel run --enable_bzlmod //.github/workflows:buildifier.check
Original file line number Diff line number Diff line change 3333 pre-commit :
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 - uses : pre-commit/action@v3.0.1
3838 # For branch protection settings, this job provides a "stable" name that can be used to gate PR merges
3939 # on "all matrix jobs were successful".
Original file line number Diff line number Diff line change 2626 new-tag : ${{ steps.ccv.outputs.new-tag }}
2727 new-tag-version : ${{steps.ccv.outputs.new-tag-version}}
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 with :
3131 # Need enough history to find the prior release tag
3232 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments