Skip to content

Commit

Permalink
fix: update actions/cache action to v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Oct 22, 2024
1 parent 21a6ce7 commit 7936980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/setup/node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:

- name: Restore node_modules from cache
id: cache-node-modules
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ inputs.node-path }}
key: "${{ runner.os }}-node-${{ inputs.node-version }}__${{ hashFiles('**/package-lock.json') }}"
Expand Down

0 comments on commit 7936980

Please sign in to comment.