Skip to content

Commit 0abe49a

Browse files
authored
chore(deps): Update actions/cache action to v5 (#588)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>actions/cache (actions/cache)</summary> ### [`v5`](https://redirect.github.com/actions/cache/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/cache/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent d3b4221 commit 0abe49a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint_golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# We use a manually configured cache key to avoid conflicts with the test action cache
2424
# See https://github.com/actions/setup-go/issues/358
2525
cache: false
26-
- uses: actions/cache@v4
26+
- uses: actions/cache@v5
2727
with:
2828
path: |
2929
~/.cache/go-build

.github/workflows/regen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# We use a manually configured cache key to avoid conflicts with the test action cache
2121
# See https://github.com/actions/setup-go/issues/358
2222
cache: false
23-
- uses: actions/cache@v4
23+
- uses: actions/cache@v5
2424
with:
2525
path: |
2626
~/.cache/go-build

0 commit comments

Comments
 (0)