Skip to content

Commit

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

Bump actions/cache from 3.2.3 to 3.2.4
  • Loading branch information
zgosalvez authored Feb 3, 2023
2 parents 86ae42f + f6e2d8d commit d26697a
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@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
with:
path: ~/.npm
key: node-cache-${{ steps.get-runs-using-version.outputs.prop }}-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit d26697a

Please sign in to comment.