Skip to content

Commit 6ba55f4

Browse files
authored
Merge pull request #317 from cmu-delphi/dependabot/github_actions/dev/actions/cache-v2.1.5
build(deps): update actions/cache requirement to v2.1.5
2 parents 09c33c7 + f4991a6 commit 6ba55f4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/blog.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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') }}
@@ -42,7 +42,7 @@ jobs:
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
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/[email protected]
6666
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') }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/[email protected]
1515
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') }}

.github/workflows/release_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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') }}

0 commit comments

Comments
 (0)