Skip to content

Commit 1e1691d

Browse files
chore(deps): update actions/cache action to v4.3.0 (#691)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | minor | `v4.2.4` -> `v4.3.0` | --- ### Release Notes <details> <summary>actions/cache (actions/cache)</summary> ### [`v4.3.0`](https://redirect.github.com/actions/cache/releases/tag/v4.3.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v4.2.4...v4.3.0) #### What's Changed - Add note on runner versions by [@&#8203;GhadimiR](https://redirect.github.com/GhadimiR) in [#&#8203;1642](https://redirect.github.com/actions/cache/pull/1642) - Prepare `v4.3.0` release by [@&#8203;Link-](https://redirect.github.com/Link-) in [#&#8203;1655](https://redirect.github.com/actions/cache/pull/1655) #### New Contributors - [@&#8203;GhadimiR](https://redirect.github.com/GhadimiR) made their first contribution in [#&#8203;1642](https://redirect.github.com/actions/cache/pull/1642) **Full Changelog**: <actions/cache@v4...v4.3.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- 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/valora-inc/address-metadata). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJnaXRodWItYWN0aW9ucyIsInJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1323c81 commit 1e1691d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
with:
144144
node-version: '20.19.5'
145145
check-latest: true
146-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
146+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
147147
with:
148148
path: |
149149
node_modules
@@ -173,7 +173,7 @@ jobs:
173173
with:
174174
node-version: '20.19.5'
175175
check-latest: true
176-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
176+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
177177
with:
178178
path: |
179179
node_modules

0 commit comments

Comments
 (0)