Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/zgosalvez/github-a…
Browse files Browse the repository at this point in the history
…ctions-ensure-sha-pinned-actions-2.1.2
  • Loading branch information
zgosalvez authored Mar 11, 2023
2 parents c78bc2e + cd4d11b commit fd68421
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 fd68421

Please sign in to comment.