Skip to content

Commit 73ca347

Browse files
chore(deps): update actions/cache action to v6 (#3781)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | major | `v5` → `v6` | --- ### Release Notes <details> <summary>actions/cache (actions/cache)</summary> ### [`v6.0.0`](https://redirect.github.com/actions/cache/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v6.0.0...v6.0.0) #### What's Changed - Update packages, migrate to ESM by [@&#8203;Samirat](https://redirect.github.com/Samirat) in [#&#8203;1760](https://redirect.github.com/actions/cache/pull/1760) **Full Changelog**: <actions/cache@v5...v6.0.0> ### [`v6`](https://redirect.github.com/actions/cache/compare/v5.0.5...v6.0.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v5.0.5...v6.0.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every weekday" - 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/crawlee). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzUuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9726f66 commit 73ca347

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/publish-to-npm.yml

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

6262
- name: Turbo cache
6363
id: turbo-cache
64-
uses: actions/cache@v5
64+
uses: actions/cache@v6
6565
with:
6666
path: .turbo
6767
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Turbo cache
6565
id: turbo-cache
66-
uses: actions/cache@v5
66+
uses: actions/cache@v6
6767
with:
6868
path: .turbo
6969
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
@@ -74,7 +74,7 @@ jobs:
7474
run: yarn
7575

7676
- name: Cache Playwright browsers
77-
uses: actions/cache@v5
77+
uses: actions/cache@v6
7878
with:
7979
path: ~/.cache/ms-playwright
8080
key: playwright-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: Turbo cache
124124
id: turbo-cache
125-
uses: actions/cache@v5
125+
uses: actions/cache@v6
126126
with:
127127
path: .turbo
128128
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}

.github/workflows/test-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Turbo cache
5353
id: turbo-cache
54-
uses: actions/cache@v5
54+
uses: actions/cache@v6
5555
with:
5656
path: .turbo
5757
key: turbo-${{ github.job }}-${{ matrix.node-version }}-${{ github.ref_name }}-${{ github.sha }}
@@ -64,7 +64,7 @@ jobs:
6464
YARN_IGNORE_NODE: 1
6565

6666
- name: Cache Playwright browsers
67-
uses: actions/cache@v5
67+
uses: actions/cache@v6
6868
with:
6969
path: ~/.cache/ms-playwright
7070
key: playwright-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
@@ -126,7 +126,7 @@ jobs:
126126

127127
- name: Turbo cache
128128
id: turbo-cache
129-
uses: actions/cache@v5
129+
uses: actions/cache@v6
130130
with:
131131
path: .turbo
132132
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
@@ -268,7 +268,7 @@ jobs:
268268

269269
- name: Turbo cache
270270
id: turbo-cache
271-
uses: actions/cache@v5
271+
uses: actions/cache@v6
272272
with:
273273
path: .turbo
274274
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
@@ -315,7 +315,7 @@ jobs:
315315

316316
- name: Turbo cache
317317
id: turbo-cache
318-
uses: actions/cache@v5
318+
uses: actions/cache@v6
319319
with:
320320
path: .turbo
321321
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}

.github/workflows/test-e2e.yml

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

4747
- name: Turbo cache
4848
id: turbo-cache
49-
uses: actions/cache@v5
49+
uses: actions/cache@v6
5050
with:
5151
path: .turbo
5252
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Cache Playwright browsers
7070
if: (matrix.storage != 'PLATFORM')
71-
uses: actions/cache@v5
71+
uses: actions/cache@v6
7272
with:
7373
path: ~/.cache/ms-playwright
7474
key: playwright-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)