Skip to content

Commit 8689e2c

Browse files
committed
Try to update GH actions cache
1 parent b674318 commit 8689e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: ${{ steps.versions.outputs.node_version }}
3030

3131
- name: Restore node_modules cache
32-
uses: actions/cache@v2
32+
uses: actions/cache@v3
3333
id: yarn-cache
3434
with:
3535
path: "**/node_modules"

0 commit comments

Comments
 (0)