Skip to content

Commit f8c9aeb

Browse files
authored
Merge pull request #629 from cmu-delphi/dependabot/github_actions/dev/actions/cache-3.0.2
chore(deps): bump actions/cache from 3.0.1 to 3.0.2
2 parents a5d132f + d0d8a57 commit f8c9aeb

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].1
20+
uses: actions/[email protected].2
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/[email protected].1
48+
uses: actions/[email protected].2
4949
with:
5050
path: |
5151
./blogdown
@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions/setup-node@v3
6969
with:
7070
node-version: 16
71-
- uses: actions/[email protected].1
71+
- uses: actions/[email protected].2
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@v3
1515
with:
1616
node-version: 16
17-
- uses: actions/[email protected].1
17+
- uses: actions/[email protected].2
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/[email protected].1
50+
uses: actions/[email protected].2
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)