Skip to content

Commit 9ed0184

Browse files
Bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 944e9f3 commit 9ed0184

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
bundler-cache: true
2323

2424
- name: Cache Gradle
25-
uses: actions/cache@v5
25+
uses: actions/cache@v6
2626
with:
2727
path: ~/.gradle/caches/
2828
key: cache-clean-gradle-${{ matrix.os }}-${{ matrix.jdk }}
2929

3030
- name: Cache Gradle Wrapper
31-
uses: actions/cache@v5
31+
uses: actions/cache@v6
3232
with:
3333
path: ~/.gradle/wrapper/
3434
key: cache-clean-wrapper-${{ matrix.os }}-${{ matrix.jdk }}

.github/workflows/release-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
bundler-cache: true
1919

2020
- name: Cache Gradle
21-
uses: actions/cache@v5
21+
uses: actions/cache@v6
2222
with:
2323
path: ~/.gradle/caches/
2424
key: cache-clean-gradle-${{ matrix.os }}-${{ matrix.jdk }}
2525

2626
- name: Cache Gradle Wrapper
27-
uses: actions/cache@v5
27+
uses: actions/cache@v6
2828
with:
2929
path: ~/.gradle/wrapper/
3030
key: cache-clean-wrapper-${{ matrix.os }}-${{ matrix.jdk }}

0 commit comments

Comments
 (0)