File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 - " e2e/smoke"
3535 - " e2e/write_source_files"
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 -
uses :
bazel-contrib/[email protected] 3939 with :
4040 bazelisk-cache : true
5353 pre-commit :
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757 -
uses :
pre-commit/[email protected] 5858 - name : Verify BCR patches
5959 run : patch --dry-run -p1 --fuzz 0 < .bcr/patches/*.patch
Original file line number Diff line number Diff line change 2929 # Go cross-compilation works from linux -> any platform
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 - name : Build Go Binaries
3434 env :
3535 # NB: this variable is read by tools/release/copy_release_artifacts.sh
Original file line number Diff line number Diff line change 2525 new-tag : ${{ steps.ccv.outputs.new-tag }}
2626 new-tag-version : ${{steps.ccv.outputs.new-tag-version}}
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 # Need enough history to find the prior release tag
3131 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments