Skip to content

Commit b1b92de

Browse files
authored
Merge pull request #30 from uiowa/update-actionscache
Updating actions cache from v2 to v4.
2 parents d6751d7 + 763d3b3 commit b1b92de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
node-version: "12.x"
3232

3333
- name: Cache dependencies
34-
uses: actions/cache@v2
34+
uses: actions/cache@v4
3535
with:
3636
path: ~/.npm
3737
key: npm-packages-${{ hashFiles('**/package-lock.json') }}

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
node-version: "12.x"
4747

4848
- name: Cache dependencies
49-
uses: actions/cache@v2
49+
uses: actions/cache@v4
5050
with:
5151
path: ~/.npm
5252
key: npm-packages-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)