Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 5e8f04d

Browse files
authored
chore(deps): update actions/cache action to v4 (#51)
Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
1 parent c3e7407 commit 5e8f04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
node-version: ${{ inputs.node_version }}
1717

1818
- name: Cache node modules 💸
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
env:
2121
cache-name: cache-node-modules
2222
with:

0 commit comments

Comments
 (0)