Skip to content

Commit 1a011bb

Browse files
committed
update action cache version
1 parent aa4ebd7 commit 1a011bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '14.18.2'
1717

1818
- name: Restore cache
19-
uses: actions/cache@v3.3.1
19+
uses: actions/cache@v3
2020
with:
2121
path: ~/.cache/yarn
2222
key: yarn-node-modules-v1-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)