Skip to content

Commit 7defa05

Browse files
author
alexperez
committed
fix: update GitHub Actions cache action to version 3
1 parent d9b37ae commit 7defa05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: 18
2727
- uses: microsoft/playwright-github-action@v1
28-
- uses: actions/cache@v2
28+
- uses: actions/cache@v3
2929
with:
3030
path: ~/.npm
3131
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
node-version: 18
4646
- uses: microsoft/playwright-github-action@v1
47-
- uses: actions/cache@v2
47+
- uses: actions/cache@v3
4848
with:
4949
path: ~/.npm
5050
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
node-version: '18.x'
7272
registry-url: 'https://registry.npmjs.org'
73-
- uses: actions/cache@v2
73+
- uses: actions/cache@v3
7474
with:
7575
path: ~/.npm
7676
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)