File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 binary-name : scip-clang-arm64-linux
2424 runs-on : ${{ matrix.os }}
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2727
2828 - uses : bazel-contrib/setup-bazel@0.14.0
2929 with :
5555 binary-name : scip-clang-arm64-linux
5656 runs-on : ${{ matrix.os }}
5757 steps :
58- - uses : actions/checkout@v4
58+ - uses : actions/checkout@v6
5959
6060 - name : Prepare
6161 run : |
Original file line number Diff line number Diff line change 4141 run :
4242 shell : bash
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v6
4545 - name : " 📝 Check version"
4646 run : |
4747 set -euo pipefail
@@ -131,7 +131,7 @@ jobs:
131131 needs : build-and-upload-artifacts
132132 runs-on : " ubuntu-22.04"
133133 steps :
134- - uses : actions/checkout@v4
134+ - uses : actions/checkout@v6
135135 - name : " 📝 Create Release"
136136 run : |
137137 REV="$INPUT_REVISION"
You can’t perform that action at this time.
0 commit comments