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 2929 run : |
3030 Rscript ./dependencies.R
3131 - name : Restore Blogdown Cache
32- uses : actions/cache@v4.2.3
32+ uses : actions/cache@v4
3333 with :
3434 path : |
3535 ./blogdown
Original file line number Diff line number Diff line change 1414 - uses : actions/setup-node@v4
1515 with :
1616 node-version : 18
17- - uses : actions/cache@v4.2.3
17+ - uses : actions/cache@v4
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 : 18
4949 - name : Cache Node.js modules
50- uses : actions/cache@v4.2.3
50+ uses : actions/cache@v4
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