Skip to content

Commit 9203ffc

Browse files
authored
Merge pull request #362 from cmu-delphi/dependabot/github_actions/dev/actions/cache-2.1.6
build(deps): bump actions/cache from 2.1.5 to 2.1.6
2 parents 943882a + c475f10 commit 9203ffc

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
@@ -17,7 +17,7 @@ jobs:
1717
# submodules: true # Fetch Hugo themes (true OR recursive)
1818
fetch-depth: 3
1919
- name: Cache Conda
20-
uses: actions/[email protected].5
20+
uses: actions/[email protected].6
2121
with:
2222
path: ~/conda_pkgs_dir
2323
key: ${{ runner.os }}-conda6-${{ hashFiles('environment.yml') }}
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
Rscript ./dependencies.R
4545
- name: Restore Blogdown Cache
46-
uses: actions/[email protected].5
46+
uses: actions/[email protected].6
4747
with:
4848
path: |
4949
./blogdown
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/[email protected]
6767
with:
6868
node-version: "12"
69-
- uses: actions/[email protected].5
69+
- uses: actions/[email protected].6
7070
with:
7171
path: ~/.npm
7272
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/[email protected].5
17+
- uses: actions/[email protected].6
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/[email protected].5
50+
uses: actions/[email protected].6
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)