Skip to content

Commit 3e09d3b

Browse files
authored
ci(action): update actions/cache action to v5.0.2 (#654)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent d7c80a7 commit 3e09d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
NODE_AUTH_TOKEN: ${{ inputs.token }}
1919

2020
- name: Cache node modules 💸
21-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
21+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2222
env:
2323
NODE_AUTH_TOKEN: ${{ inputs.token }}
2424
cache-name: cache-node-modules

0 commit comments

Comments
 (0)