Skip to content

Commit 58036a6

Browse files
authored
Merge pull request #518 from cmu-delphi/dependabot/github_actions/dev/actions/cache-2.1.7
chore(deps): bump actions/cache from 2.1.6 to 2.1.7
2 parents 12229f1 + ebcaddf commit 58036a6

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].6
20+
uses: actions/[email protected].7
2121
with:
2222
path: ~/conda_pkgs_dir
2323
key: ${{ runner.os }}-conda6-${{ hashFiles('environment.yml') }}
@@ -45,7 +45,7 @@ jobs:
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
@@ -68,7 +68,7 @@ jobs:
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') }}

.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/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') }}

.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: 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') }}

0 commit comments

Comments
 (0)