Skip to content

Commit 0c80e30

Browse files
chore(deps): update actions/cache action to v4
1 parent 32c09df commit 0c80e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
id: npm-cache-dir
8484
shell: bash
8585
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
86-
- uses: actions/cache@v3
86+
- uses: actions/cache@v4
8787
id: npm-cache # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
8888
with:
8989
path: ${{ steps.npm-cache-dir.outputs.dir }}

0 commit comments

Comments
 (0)