Skip to content

Commit 3abb3d1

Browse files
feat: updated action to use cache v4
1 parent a9d2e67 commit 3abb3d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
echo "::set-output name=dir::$(npm config get cache)"
2020
21-
- uses: actions/cache@v2
21+
- uses: actions/cache@v4
2222
with:
2323
path: ${{ steps.npm-cache.outputs.dir }}
2424
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)