Skip to content

Commit 1f6c3de

Browse files
chore(deps): update actions/cache action to v3 (#3)
1 parent 4be92f3 commit 1f6c3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

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

2626
- name: Cache ~/.pnpm-store
27-
uses: actions/cache@v2
27+
uses: actions/cache@v3
2828
env:
2929
cache-name: cache-pnpm-store
3030
with:

0 commit comments

Comments
 (0)