File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 # submodules: true # Fetch Hugo themes (true OR recursive)
1818 fetch-depth : 3
1919 - name : Cache Conda
20- 20+ 2121 with :
2222 path : ~/conda_pkgs_dir
2323 key : ${{ runner.os }}-conda6-${{ hashFiles('environment.yml') }}
4545 run : |
4646 Rscript ./dependencies.R
4747 - name : Restore Blogdown Cache
48- uses : actions/cache@v2
48+ uses : actions/cache@v2.1.7
4949 with :
5050 path : |
5151 ./blogdown
6868 - uses : actions/setup-node@v2
6969 with :
7070 node-version : 16
71- - uses : actions/cache@v2
71+ - uses : actions/cache@v2.1.7
7272 with :
7373 path : ~/.npm
7474 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1414 - uses : actions/setup-node@v2
1515 with :
1616 node-version : 16
17- - uses : actions/cache@v2
17+ - uses : actions/cache@v2.1.7
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@v2
50+ uses : actions/cache@v2.1.7
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