File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
- name : Run benchmarks
25
25
run : make benchmark | tee output.txt
26
26
- name : Download previous benchmark data
27
- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
27
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4
28
28
with :
29
29
path : ./benchmarks
30
30
# `github.event.before` means the commit before the push (i.e. the previous commit).
44
44
# Add benchmark summary to GitHub workflow run report
45
45
summary-always : true
46
46
- name : Save benchmark data
47
- uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
47
+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4
48
48
# The cache will be saved even if a step fails.
49
49
if : always()
50
50
with :
Original file line number Diff line number Diff line change 30
30
check-latest : true
31
31
cache-dependency-path : " **/go.sum"
32
32
- name : Tools cache
33
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
33
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
34
34
env :
35
35
cache-name : go-tools-cache
36
36
with :
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
19
20
20
- name : Restore lychee cache
21
- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
21
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4
22
22
id : cache-restore
23
23
with :
24
24
path : .lycheecache
35
35
36
36
- name : Save lychee cache
37
37
if : always()
38
- uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
38
+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4
39
39
with :
40
40
path : .lycheecache
41
41
key : ${{ steps.cache-restore.outputs.cache-primary-key }}
Original file line number Diff line number Diff line change 21
21
22
22
23
23
- name : Restore lychee cache
24
- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
24
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4
25
25
id : cache-restore
26
26
with :
27
27
path : .lycheecache
38
38
39
39
- name : Save lychee cache
40
40
if : always()
41
- uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
41
+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4
42
42
with :
43
43
path : .lycheecache
44
44
key : ${{ steps.cache-restore.outputs.cache-primary-key }}
You can’t perform that action at this time.
0 commit comments