File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 run : |
3838 Rscript ./dependencies.R
3939 - name : Restore Blogdown Cache
40- uses : actions/cache@v3.0.2
40+ uses : actions/cache@v3.3.1
4141 with :
4242 path : |
4343 ./blogdown
Original file line number Diff line number Diff line change 1414 - uses : actions/setup-node@v3
1515 with :
1616 node-version : 16
17- - uses : actions/cache@v3.0.2
17+ - uses : actions/cache@v3.3.1
1818 with :
1919 path : ~/.npm
2020 key : ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 4747 with :
4848 node-version : 16
4949 - name : Cache Node.js modules
50- uses : actions/cache@v3.0.2
50+ uses : actions/cache@v3.3.1
5151 with :
5252 path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
5353 key : ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments