File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
if : ${{ matrix.os == 'ubuntu-latest' }}
43
43
- uses : actions/checkout@v4
44
44
- name : Mount Bazel cache
45
- uses : actions/cache@v3
45
+ uses : actions/cache@v4
46
46
with :
47
47
path : ~/repo-cache
48
48
key : repo-cache-${{ runner.os }}-bindist-${{ env.cache-version }}
Original file line number Diff line number Diff line change 67
67
- uses : actions/checkout@v4
68
68
- uses : ./.github/actions/free_disk_space_on_linux
69
69
- name : Mount Bazel cache
70
- uses : actions/cache@v3
70
+ uses : actions/cache@v4
71
71
with :
72
72
path : ~/repo-cache
73
73
key : repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}
@@ -166,7 +166,7 @@ jobs:
166
166
with :
167
167
packages : libtinfo5
168
168
- name : Mount Bazel cache
169
- uses : actions/cache@v3
169
+ uses : actions/cache@v4
170
170
with :
171
171
path : ~/repo-cache
172
172
key : repo-cache-${{ runner.os }}-bindist-${{ env.cache-version }}
You can’t perform that action at this time.
0 commit comments