Skip to content

Commit f65104b

Browse files
committed
chore(deps): update actions/cache action to v3
1 parent dc043c0 commit f65104b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: 16
2121

2222
- name: Use cached node_modules
23-
uses: actions/cache@v2
23+
uses: actions/cache@v3
2424
with:
2525
path: node_modules
2626
key: nodeModules-${{ hashFiles('**/package-lock.json') }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828

2929
- name: Use cached node_modules
30-
uses: actions/cache@v2
30+
uses: actions/cache@v3
3131
with:
3232
path: node_modules
3333
key: nodeModules-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)