File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
# You may remove this line if you want to manage the configuration yourself.
66
66
static_site_generator : gatsby
67
67
- name : Restore cache
68
- uses : actions/cache@v3
68
+ uses : actions/cache@v4
69
69
with :
70
70
path : |
71
71
public
Original file line number Diff line number Diff line change 62
62
# You may remove this line if you want to manage the configuration yourself.
63
63
static_site_generator : next
64
64
- name : Restore cache
65
- uses : actions/cache@v3
65
+ uses : actions/cache@v4
66
66
with :
67
67
path : |
68
68
.next/cache
Original file line number Diff line number Diff line change 60
60
# You may remove this line if you want to manage the configuration yourself.
61
61
static_site_generator : nuxt
62
62
- name : Restore cache
63
- uses : actions/cache@v3
63
+ uses : actions/cache@v4
64
64
with :
65
65
path : |
66
66
dist
You can’t perform that action at this time.
0 commit comments