Skip to content

Commit a4f31b6

Browse files
chore(deps): update actions/cache action to v4 (#210)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://github.com/actions/cache) | action | major | `v3` -> `v4` | --- ### Release Notes <details> <summary>actions/cache (actions/cache)</summary> ### [`v4`](https://github.com/actions/cache/compare/v3...v4) [Compare Source](https://github.com/actions/cache/compare/v3...v4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cloud-py-api/nc_py_api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf4bce1 commit a4f31b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: cache-nextcloud
8383
id: nextcloud_setup
84-
uses: actions/cache@v3
84+
uses: actions/cache@v4
8585
with:
8686
path: nextcloud-${{ matrix.nextcloud }}.tar.bz2
8787
key: ${{ matrix.nextcloud }}
@@ -242,7 +242,7 @@ jobs:
242242

243243
- name: cache-nextcloud
244244
id: nextcloud_setup
245-
uses: actions/cache@v3
245+
uses: actions/cache@v4
246246
with:
247247
path: nextcloud-${{ matrix.nextcloud }}.tar.bz2
248248
key: ${{ matrix.nextcloud }}

0 commit comments

Comments
 (0)