File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 49
49
elixir-version : ${{ steps.load-info.outputs.elixir }}
50
50
51
51
- name : MOUNT BAZEL CACHE
52
- uses : actions/cache@v1
52
+ uses : actions/cache@v3.0.1
53
53
with :
54
54
path : " /home/runner/repo-cache/"
55
55
key : repo-cache
96
96
uses : docker/setup-buildx-action@v1
97
97
98
98
- name : Cache Docker layers
99
- uses : actions/cache@v2
99
+ uses : actions/cache@v3.0.1
100
100
with :
101
101
path : /tmp/.buildx-cache
102
102
key : ${{ runner.os }}-${{ matrix.image_tag_suffix }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 87
87
repository : bazelbuild/bazel
88
88
path : bazel
89
89
- name : MOUNT BAZEL CACHE
90
- uses : actions/cache@v2
90
+ uses : actions/cache@v3.0.1
91
91
with :
92
92
path : " /home/runner/.cache/bazel"
93
93
key : bazel
Original file line number Diff line number Diff line change 34
34
repo-token : ${{ secrets.GITHUB_TOKEN }}
35
35
wait-interval : 30 # seconds
36
36
- name : MOUNT BAZEL CACHE
37
- uses : actions/cache@v1
37
+ uses : actions/cache@v3.0.1
38
38
with :
39
39
path : " /home/runner/repo-cache/"
40
40
key : repo-cache
Original file line number Diff line number Diff line change 25
25
"dict_set exec_properties container-image:docker://${IMAGE}@${DIGEST}" \
26
26
//:erlang_git_platform
27
27
- name : MOUNT BAZEL CACHE
28
- uses : actions/cache@v1
28
+ uses : actions/cache@v3.0.1
29
29
with :
30
30
path : " /home/runner/repo-cache/"
31
31
key : repo-cache
Original file line number Diff line number Diff line change 37
37
- name : CHECKOUT REPOSITORY
38
38
uses : actions/checkout@v3
39
39
- name : MOUNT BAZEL CACHE
40
- uses : actions/cache@v1
40
+ uses : actions/cache@v3.0.1
41
41
with :
42
42
path : " /home/runner/repo-cache/"
43
43
key : repo-cache
84
84
otp-version : ${{ matrix.erlang_version }}
85
85
elixir-version : 1.11.4
86
86
- name : MOUNT BAZEL CACHE
87
- uses : actions/cache@v1
87
+ uses : actions/cache@v3.0.1
88
88
with :
89
89
path : " /home/runner/repo-cache/"
90
90
key : repo-cache
Original file line number Diff line number Diff line change 37
37
- name : CHECKOUT REPOSITORY
38
38
uses : actions/checkout@v3
39
39
- name : MOUNT BAZEL CACHE
40
- uses : actions/cache@v1
40
+ uses : actions/cache@v3.0.1
41
41
with :
42
42
path : " /home/runner/repo-cache/"
43
43
key : repo-cache
87
87
otp-version : ${{ matrix.erlang_version }}
88
88
elixir-version : 1.11.4
89
89
- name : MOUNT BAZEL CACHE
90
- uses : actions/cache@v1
90
+ uses : actions/cache@v3.0.1
91
91
with :
92
92
path : " /home/runner/repo-cache/"
93
93
key : repo-cache
You can’t perform that action at this time.
0 commit comments