Skip to content

Commit

Permalink
Renovate Update actions/cache digest to 81382a7 (#2785)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 355dfa3 commit 307c286
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: cache node modules
id: cache-npm
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
uses: actions/cache@81382a721fc89d96eca335d0c3ba33144b2baa9d
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version-file: '.nvmrc'
- name: cache node modules
id: cache-npm
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # [email protected]
uses: actions/cache@81382a721fc89d96eca335d0c3ba33144b2baa9d # [email protected]
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version-file: '.nvmrc'
- name: cache node modules
id: cache-npm
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # [email protected]
uses: actions/cache@81382a721fc89d96eca335d0c3ba33144b2baa9d # [email protected]
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 307c286

Please sign in to comment.