This repository was archived by the owner on Dec 22, 2024. It is now read-only.
File tree 3 files changed +5
-5
lines changed
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 38
38
run : echo "cache_dir=$(yarn cache dir)" >> "$GITHUB_ENV"
39
39
40
40
- name : Activate dependency cache
41
- uses : actions/cache@v3
41
+ uses : actions/cache@v4
42
42
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
43
43
with :
44
44
path : ${{ env.cache_dir }}
51
51
52
52
- name : Caching Gatsby
53
53
id : gatsby-cache-build
54
- uses : actions/cache@v3
54
+ uses : actions/cache@v4
55
55
with :
56
56
path : |
57
57
public
You can’t perform that action at this time.
0 commit comments