Skip to content

Commit 48e4c51

Browse files
chore(deps): update actions/cache action to v5 (#525)
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 - "every weekday" (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/apify/apify-sdk-js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 244c277 commit 48e4c51

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/release.yaml

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

6363
- name: Turbo cache
6464
id: turbo-cache
65-
uses: actions/cache@v4
65+
uses: actions/cache@v5
6666
with:
6767
path: .turbo
6868
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Turbo cache
104104
id: turbo-cache
105-
uses: actions/cache@v4
105+
uses: actions/cache@v5
106106
with:
107107
path: .turbo
108108
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}

.github/workflows/test-and-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Turbo cache
4949
id: turbo-cache
50-
uses: actions/cache@v4
50+
uses: actions/cache@v5
5151
with:
5252
path: .turbo
5353
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Turbo cache
8484
id: turbo-cache
85-
uses: actions/cache@v4
85+
uses: actions/cache@v5
8686
with:
8787
path: .turbo
8888
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
@@ -116,7 +116,7 @@ jobs:
116116

117117
- name: Turbo cache
118118
id: turbo-cache
119-
uses: actions/cache@v4
119+
uses: actions/cache@v5
120120
with:
121121
path: .turbo
122122
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
@@ -153,7 +153,7 @@ jobs:
153153

154154
- name: Turbo cache
155155
id: turbo-cache
156-
uses: actions/cache@v4
156+
uses: actions/cache@v5
157157
with:
158158
path: .turbo
159159
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}

.github/workflows/test-e2e.yaml

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

3434
- name: Turbo cache
3535
id: turbo-cache
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: .turbo
3939
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}

0 commit comments

Comments
 (0)