We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3784573 commit c7614d1Copy full SHA for c7614d1
.github/actions/setup/action.yml
@@ -18,7 +18,7 @@ runs:
18
NODE_AUTH_TOKEN: ${{ inputs.token }}
19
20
- name: Cache node modules 💸
21
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
22
env:
23
24
cache-name: cache-node-modules
0 commit comments