We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f60450 commit bcdb2d3Copy full SHA for bcdb2d3
.github/actions/npm-cache/action.yml
@@ -16,7 +16,7 @@ runs:
16
node --version
17
npm --version
18
19
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
20
id: "npm-cache" # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
21
with:
22
path: "./node_modules"
0 commit comments