File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
run : echo "::set-output name=dir::$(yarn cache dir)"
21
21
22
22
- name : Activate dependency cache
23
- uses : actions/cache@v3
23
+ uses : actions/cache@v4
24
24
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
25
25
with :
26
26
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
33
33
34
34
- name : Caching Gatsby
35
35
id : gatsby-cache-build
36
- uses : actions/cache@v3
36
+ uses : actions/cache@v4
37
37
with :
38
38
path : |
39
39
public
Original file line number Diff line number Diff line change 69
69
id : yarn-cache-dir-path
70
70
run : echo "::set-output name=dir::$(yarn cache dir)"
71
71
- name : Activate dependency cache
72
- uses : actions/cache@v3
72
+ uses : actions/cache@v4
73
73
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
74
74
with :
75
75
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 40
40
run : echo "cache_dir=$(yarn cache dir)" >> "$GITHUB_ENV"
41
41
42
42
- name : Activate dependency cache
43
- uses : actions/cache@v3
43
+ uses : actions/cache@v4
44
44
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
45
45
with :
46
46
path : ${{ env.cache_dir }}
53
53
54
54
- name : Caching Gatsby
55
55
id : gatsby-cache-build
56
- uses : actions/cache@v3
56
+ uses : actions/cache@v4
57
57
with :
58
58
path : |
59
59
public
You can’t perform that action at this time.
0 commit comments