Skip to content

Commit 61ff14d

Browse files
chore(deps): update actions/cache action to v6 (#856)
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.1.0`](https://redirect.github.com/actions/cache/releases/tag/v6.1.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v6.0.0...v6.1.0) ##### What's Changed - Bump [@&#8203;actions/cache](https://redirect.github.com/actions/cache) to v6.1.0 - handle read-only cache access by [@&#8203;jasongin](https://redirect.github.com/jasongin) in [#&#8203;1768](https://redirect.github.com/actions/cache/pull/1768) **Full Changelog**: <actions/cache@v6...v6.1.0> ### [`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.1.0...v6.0.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "before 9am on monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/btraceio/btrace). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJnaXRodWItYWN0aW9ucyJdfQ==--> <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/btraceio/btrace/856) <!-- Reviewable:end --> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d3b4d39 commit 61ff14d

4 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/continuous.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "key=${key}" >> $GITHUB_ENV
4747
echo "cache-key=${key}" >> $GITHUB_OUTPUT
4848
- name: Cache Gradle
49-
uses: actions/cache@v5
49+
uses: actions/cache@v6
5050
with:
5151
path: |
5252
~/.gradle/caches/modules-2
@@ -117,7 +117,7 @@ jobs:
117117
which java
118118
echo 'y' | sdk install java 11.0.31-tem
119119
- name: Cache Gradle
120-
uses: actions/cache@v5
120+
uses: actions/cache@v6
121121
with:
122122
path: |
123123
~/.gradle/caches/modules-2
@@ -179,7 +179,7 @@ jobs:
179179
uses: gradle/actions/setup-gradle@v6
180180
- name: Cache Java binaries
181181
id: cache-java
182-
uses: actions/cache@v5
182+
uses: actions/cache@v6
183183
with:
184184
path: ${{ runner.tool_cache }}/Java_*
185185
key: java-${{ runner.os }}-temurin-24
@@ -190,7 +190,7 @@ jobs:
190190
java-version: 24
191191
distribution: temurin
192192
- name: Cache Gradle
193-
uses: actions/cache@v5
193+
uses: actions/cache@v6
194194
with:
195195
path: |
196196
~/.gradle/caches/modules-2

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160

161161
- name: Cache Java binaries
162162
id: cache-java
163-
uses: actions/cache@v5
163+
uses: actions/cache@v6
164164
with:
165165
path: ${{ runner.tool_cache }}/Java_*
166166
key: java-${{ runner.os }}-temurin-11
@@ -185,7 +185,7 @@ jobs:
185185
echo "key=${key}" >> $GITHUB_OUTPUT
186186
187187
- name: Cache Gradle
188-
uses: actions/cache@v5
188+
uses: actions/cache@v6
189189
with:
190190
path: |
191191
~/.gradle/caches/modules-2
@@ -262,7 +262,7 @@ jobs:
262262
echo 'y' | sdk install java 11.0.31-tem
263263
264264
- name: Cache Gradle
265-
uses: actions/cache@v5
265+
uses: actions/cache@v6
266266
with:
267267
path: |
268268
~/.gradle/caches/modules-2
@@ -385,7 +385,7 @@ jobs:
385385

386386
- name: Cache Java binaries
387387
id: cache-java
388-
uses: actions/cache@v5
388+
uses: actions/cache@v6
389389
with:
390390
path: ${{ runner.tool_cache }}/Java_*
391391
key: java-${{ runner.os }}-temurin-11
@@ -404,7 +404,7 @@ jobs:
404404
uses: gradle/actions/setup-gradle@v6
405405

406406
- name: Cache Gradle
407-
uses: actions/cache@v5
407+
uses: actions/cache@v6
408408
with:
409409
path: |
410410
~/.gradle/caches/modules-2
@@ -612,7 +612,7 @@ jobs:
612612

613613
- name: Cache Java binaries
614614
id: cache-java
615-
uses: actions/cache@v5
615+
uses: actions/cache@v6
616616
with:
617617
path: ${{ runner.tool_cache }}/Java_*
618618
key: java-${{ runner.os }}-temurin-11
@@ -740,7 +740,7 @@ jobs:
740740

741741
- name: Cache Java binaries
742742
id: cache-java
743-
uses: actions/cache@v5
743+
uses: actions/cache@v6
744744
with:
745745
path: ${{ runner.tool_cache }}/Java_*
746746
key: java-${{ runner.os }}-temurin-11

.github/workflows/sdkman-set-default.yml

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

2626
- name: Cache Java binaries
2727
id: cache-java
28-
uses: actions/cache@v5
28+
uses: actions/cache@v6
2929
with:
3030
path: ${{ runner.tool_cache }}/Java_*
3131
key: java-${{ runner.os }}-temurin-11

.github/workflows/v2-protocol-tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Cache Java binaries
3838
id: cache-java
39-
uses: actions/cache@v5
39+
uses: actions/cache@v6
4040
with:
4141
path: ${{ runner.tool_cache }}/Java_*
4242
key: java-${{ runner.os }}-temurin-${{ matrix.java }}
@@ -52,7 +52,7 @@ jobs:
5252
uses: gradle/actions/setup-gradle@v6
5353

5454
- name: Cache Gradle packages
55-
uses: actions/cache@v5
55+
uses: actions/cache@v6
5656
with:
5757
path: |
5858
~/.gradle/caches
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Cache Java binaries
9393
id: cache-java
94-
uses: actions/cache@v5
94+
uses: actions/cache@v6
9595
with:
9696
path: ${{ runner.tool_cache }}/Java_*
9797
key: java-${{ runner.os }}-temurin-11
@@ -143,7 +143,7 @@ jobs:
143143

144144
- name: Cache Java binaries
145145
id: cache-java
146-
uses: actions/cache@v5
146+
uses: actions/cache@v6
147147
with:
148148
path: ${{ runner.tool_cache }}/Java_*
149149
key: java-${{ runner.os }}-temurin-11
@@ -194,7 +194,7 @@ jobs:
194194

195195
- name: Cache Java binaries
196196
id: cache-java
197-
uses: actions/cache@v5
197+
uses: actions/cache@v6
198198
with:
199199
path: ${{ runner.tool_cache }}/Java_*
200200
key: java-${{ runner.os }}-temurin-11
@@ -255,7 +255,7 @@ jobs:
255255

256256
- name: Cache Java binaries
257257
id: cache-java
258-
uses: actions/cache@v5
258+
uses: actions/cache@v6
259259
with:
260260
path: ${{ runner.tool_cache }}/Java_*
261261
key: java-${{ runner.os }}-temurin-11
@@ -346,7 +346,7 @@ jobs:
346346

347347
- name: Cache Java binaries
348348
id: cache-java
349-
uses: actions/cache@v5
349+
uses: actions/cache@v6
350350
with:
351351
path: ${{ runner.tool_cache }}/Java_*
352352
key: java-${{ runner.os }}-temurin-11

0 commit comments

Comments
 (0)