File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
Original file line number Diff line number Diff line change 88 run-tests :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - name : Bazel output cache
1313 id : cache-bazel
1414 uses : actions/cache@v3
Original file line number Diff line number Diff line change 2222 bazel_installer_sha : 35f398ad93af2b5eadd4b6b4fd4d4803b726029e572f40c4e1fe736db3de944b
2323 bazel_version : 4.2.1
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v4
2626 - name : Bazel output cache
2727 id : cache-bazel
2828 uses : actions/cache@v1
6969 needs : native-image
7070 runs-on : ubuntu-20.04
7171 steps :
72- - uses : actions/checkout@v2
72+ - uses : actions/checkout@v4
7373 - name : Download linux bazel-deps
7474 uses : actions/download-artifact@v1
7575 with :
You can’t perform that action at this time.
0 commit comments