Skip to content

Commit e7290ae

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 12.x
2020

2121
- name: Cache node modules
22-
uses: actions/cache@v2
22+
uses: actions/cache@v3
2323
with:
2424
path: node_modules
2525
key: yarn-deps-${{ hashFiles('yarn.lock') }}

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- name: Cache node modules
16-
uses: actions/cache@v2
16+
uses: actions/cache@v3
1717
with:
1818
path: node_modules
1919
key: yarn-deps-${{ hashFiles('yarn.lock') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: 12.x
2727

2828
- name: Cache node modules
29-
uses: actions/cache@v2
29+
uses: actions/cache@v3
3030
with:
3131
path: node_modules
3232
key: yarn-deps-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)