Skip to content

Commit ecf572f

Browse files
author
alexperez
committed
chore: upgrade actions/cache from v1 to v3 in deployment workflow
1 parent 5b228a8 commit ecf572f

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
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: 18
3131
- uses: microsoft/playwright-github-action@v1
32-
- uses: actions/cache@v1
32+
- uses: actions/cache@v3
3333
with:
3434
path: ~/.npm
3535
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -42,7 +42,7 @@ jobs:
4242
tag:
4343
name: "Publishing release"
4444
if: github.event_name != 'pull_request'
45-
needs:
45+
needs:
4646
- tests
4747
runs-on: mulesoft-ubuntu
4848
steps:
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
node-version: '18.x'
5656
registry-url: 'https://registry.npmjs.org'
57-
- uses: actions/cache@v1
57+
- uses: actions/cache@v3
5858
with:
5959
path: ~/.npm
6060
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)