Skip to content

Commit

Permalink
fix(deps): update actions/cache action to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Oct 8, 2024
1 parent b62fa41 commit 094ba8b
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].0
uses: actions/[email protected].1
with:
path: ${{ inputs.node-path }}
key: "${{ runner.os }}-node-${{ inputs.node-version }}__${{ hashFiles('**/package-lock.json') }}"
Expand Down

0 comments on commit 094ba8b

Please sign in to comment.