Skip to content

Commit 39553e5

Browse files
Merge pull request #47 from remarkjs/renovate/actions-cache-3.x
chore(deps): update actions/cache action to v3
2 parents dc043c0 + f65104b commit 39553e5

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)