Skip to content

Commit 75ce024

Browse files
authored
refactor: updated actions/cache action (#123)
1 parent a2cf868 commit 75ce024

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
@@ -12,7 +12,7 @@ inputs:
1212
runs:
1313
using: "composite"
1414
steps:
15-
- uses: actions/cache@v3
15+
- uses: actions/cache@v4
1616
id: "npm-cache" # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
1717
with:
1818
path: ${{ inputs.nodeModulesPath }}

0 commit comments

Comments
 (0)