Skip to content

Commit 42ef459

Browse files
Update actions/cache action to v5 (#53)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | major | `v4.2.4` → `v5.0.1` | --- ### Release Notes <details> <summary>actions/cache (actions/cache)</summary> ### [`v5.0.1`](https://redirect.github.com/actions/cache/compare/v5.0.0...v5.0.1) [Compare Source](https://redirect.github.com/actions/cache/compare/v5...v5.0.1) ### [`v5.0.0`](https://redirect.github.com/actions/cache/compare/v4.3.0...v5.0.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v4.3.0...v5) ### [`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 - On day 1 and 15 of the month ( * * 1,15 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/j178/prek-action). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5b57634 commit 42ef459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ runs:
107107
env:
108108
PREK_VERSION: ${{ steps.resolve.outputs.version }}
109109
- name: Setup cache
110-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
110+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
111111
with:
112112
path: |
113113
~/.cache/prek

0 commit comments

Comments
 (0)