Skip to content

Commit 047a7e9

Browse files
author
alexperez
committed
fix: update actions/cache to version 2 in deployment workflow
1 parent 5784c0b commit 047a7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: 16
2727
- uses: microsoft/playwright-github-action@v1
28-
- uses: actions/cache@v1
28+
- uses: actions/cache@v2
2929
with:
3030
path: ~/.npm
3131
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)