Skip to content

Commit 90c7093

Browse files
dependabot[bot]phw
authored andcommitted
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d7c82ef commit 90c7093

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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@v4
25+
uses: actions/cache@v5
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@v4
31+
uses: actions/cache@v5
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@v4
21+
uses: actions/cache@v5
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@v4
27+
uses: actions/cache@v5
2828
with:
2929
path: ~/.gradle/wrapper/
3030
key: cache-clean-wrapper-${{ matrix.os }}-${{ matrix.jdk }}

0 commit comments

Comments
 (0)