Skip to content

Commit

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

Bump actions/cache from 3.2.6 to 3.3.0
  • Loading branch information
zgosalvez authored Mar 11, 2023
2 parents 44c91f7 + b95cdd3 commit cd4d11b
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@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
with:
path: ~/.npm
key: node-cache-${{ steps.get-runs-using-version.outputs.prop }}-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit cd4d11b

Please sign in to comment.