Skip to content

Commit 4abb902

Browse files
chore(deps): update actions/cache digest to 0057852 (#62)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | digest | `0400d5f` -> `0057852` | --- ### Configuration 📅 **Schedule**: Branch creation - "on the 1-7 day on Sunday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/emartech/json-logger-js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9571d57 commit 4abb902

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/_init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Cache dependencies
3636
id: cache-node-modules
37-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
37+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
3838
with:
3939
path: node_modules
4040
key: ${{ steps.node-cache-key.outputs.NODE_CACHE_KEY }}

.github/workflows/_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2727

2828
- name: Load dependencies from cache
29-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
29+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
3030
with:
3131
path: node_modules
3232
key: ${{ inputs.NODE_CACHE_KEY }}

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2626

2727
- name: Load dependencies from cache
28-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
28+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2929
with:
3030
path: node_modules
3131
key: ${{ inputs.NODE_CACHE_KEY }}

0 commit comments

Comments
 (0)