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 1616 # submodules: true # Fetch Hugo themes (true OR recursive)
1717 fetch-depth : 3
1818 - name : Cache Conda
19- uses : actions/cache@v1
19+ uses : actions/cache@v2.1.5
2020 with :
2121 path : ~/conda_pkgs_dir
2222 key : ${{ runner.os }}-conda6-${{ hashFiles('environment.yml') }}
4242 run : |
4343 Rscript ./dependencies.R
4444 - name : Restore Blogdown Cache
45- uses : actions/cache@v2
45+ uses : actions/cache@v2.1.5
4646 with :
4747 path : |
4848 ./blogdown
65656666 with :
6767 node-version : " 12"
68- - uses : actions/cache@v2
68+ - uses : actions/cache@v2.1.5
6969 with :
7070 path : ~/.npm
7171 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 14141515 with :
1616 node-version : " 14"
17- - uses : actions/cache@v2
17+ - uses : actions/cache@v2.1.5
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 : " 14"
4949 - name : Cache Node.js modules
50- uses : actions/cache@v2
50+ uses : actions/cache@v2.1.5
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