Skip to content

Commit 08f79be

Browse files
authored
refactor: updated actions/cache action (#638)
1 parent 00643cd commit 08f79be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/npm-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
node --version
1717
npm --version
1818
19-
- uses: actions/cache@v3
19+
- uses: actions/cache@v4
2020
id: "npm-cache" # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
2121
with:
2222
path: "./node_modules"

0 commit comments

Comments
 (0)