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 37
37
run : |
38
38
Rscript ./dependencies.R
39
39
- name : Restore Blogdown Cache
40
- uses : actions/cache@v3.0.2
40
+ uses : actions/cache@v3.3.1
41
41
with :
42
42
path : |
43
43
./blogdown
Original file line number Diff line number Diff line change 14
14
- uses : actions/setup-node@v3
15
15
with :
16
16
node-version : 16
17
- - uses : actions/cache@v3.0.2
17
+ - uses : actions/cache@v3.3.1
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 : 16
49
49
- name : Cache Node.js modules
50
- uses : actions/cache@v3.0.2
50
+ uses : actions/cache@v3.3.1
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