Skip to content

Commit d9387c3

Browse files
chore(deps): update actions/cache action to v3 (#67)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 133b9ca commit d9387c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
version: latest
2424

2525
- name: Cache ~/.pnpm-store
26-
uses: actions/cache@v2
26+
uses: actions/cache@v3
2727
env:
2828
cache-name: cache-pnpm-store
2929
with:

.github/workflows/unit-test.yml

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

3030
- name: Cache ~/.pnpm-store
31-
uses: actions/cache@v2
31+
uses: actions/cache@v3
3232
env:
3333
cache-name: cache-pnpm-store
3434
with:

0 commit comments

Comments
 (0)