Skip to content

Commit

Permalink
Merge pull request #23 from empathyco/renovate/actions-cache-digest
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache digest to 1bd1e32
  • Loading branch information
davidglezz authored Dec 18, 2024
2 parents 6a45fac + 6403e9b commit 828bb1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ runs:
- name: Get cache NODE MODULES dependencies
id: cache_node_modules
if: inputs.NODE_MODULES == 'true'
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
path: ./node_modules
key: ${{ inputs.PREFIX_CACHE_KEY }}-node_modules-${{ hashFiles('**/package-lock.json') }}

- name: Get cache NPM dependencies
id: cache_npm
if: inputs.NPM == 'true' && steps.cache_node_modules.outputs.cache-hit != 'true'
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
path: |
~/.npm
Expand Down

0 comments on commit 828bb1e

Please sign in to comment.