Skip to content

Commit

Permalink
Merge pull request #88 from zgosalvez/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4.0.2

Bump actions/cache from 3.3.2 to 4.0.2
  • Loading branch information
zgosalvez authored Apr 9, 2024
2 parents 219659f + 947aa80 commit a6cea40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
node-version: v${{ steps.get-runs-using-version.outputs.version }}
- name: Cache Node Packages
id: node-cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
with:
path: ~/.npm
key: node-cache-${{ steps.get-runs-using-version.outputs.prop }}-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit a6cea40

Please sign in to comment.