Skip to content

Commit 80cb3bd

Browse files
chore(deps): update actions/cache action to v4 (#85)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5342423 commit 80cb3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
echo "::set-output name=dir::$(npm config get cache)"
3737
38-
- uses: actions/cache@v2
38+
- uses: actions/cache@v4
3939
with:
4040
path: ${{ steps.npm-cache.outputs.dir }}
4141
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)