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 29
29
run : |
30
30
Rscript ./dependencies.R
31
31
- name : Restore Blogdown Cache
32
- uses : actions/cache@v4.2.2
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : |
35
35
./blogdown
Original file line number Diff line number Diff line change 14
14
- uses : actions/setup-node@v4
15
15
with :
16
16
node-version : 18
17
- - uses : actions/cache@v4.2.2
17
+ - uses : actions/cache@v4
18
18
with :
19
19
path : ~/.npm
20
20
key : ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 47
47
with :
48
48
node-version : 18
49
49
- name : Cache Node.js modules
50
- uses : actions/cache@v4.2.2
50
+ uses : actions/cache@v4
51
51
with :
52
52
path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
53
53
key : ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments