Skip to content

Commit

Permalink
refactor: updated actions/cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Jan 8, 2025
1 parent 5abf098 commit 0ee5ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/npm-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
node --version
npm --version
- uses: actions/cache@v3
- uses: actions/cache@v4
id: "npm-cache" # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
with:
path: "./node_modules"
Expand Down

0 comments on commit 0ee5ff6

Please sign in to comment.