Skip to content

Commit 1c8aded

Browse files
committed
Update actions/cache action to v3
1 parent 0c5cb7d commit 1c8aded

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
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Cache pnpm modules
27-
uses: actions/cache@v2
27+
uses: actions/cache@v3
2828
env:
2929
cache-name: cache-pnpm-modules
3030
with:

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- name: Cache pnpm modules
26-
uses: actions/cache@v2
26+
uses: actions/cache@v3
2727
env:
2828
cache-name: cache-pnpm-modules
2929
with:

0 commit comments

Comments
 (0)