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 3737 run :
3838 shell : bash
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v6
4141 - name : " 📝 Check version"
4242 run : |
4343 set -euo pipefail
@@ -123,7 +123,7 @@ jobs:
123123 permissions :
124124 contents : write
125125 steps :
126- - uses : actions/checkout@v4
126+ - uses : actions/checkout@v6
127127 - name : " 📝 Create Release"
128128 run : |
129129 REV="$INPUT_REVISION"
You can’t perform that action at this time.
0 commit comments