Skip to content

Commit e287fde

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 7f7994f commit e287fde

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/java-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cache: gradle
4646

4747
- name: Cache SonarCloud packages
48-
uses: actions/cache@v5
48+
uses: actions/cache@v6
4949
with:
5050
path: ~/.sonar/cache
5151
key: ${{ runner.os }}-sonar

.github/workflows/scheduled-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cache: gradle
4545

4646
- name: Cache SonarCloud packages
47-
uses: actions/cache@v5
47+
uses: actions/cache@v6
4848
with:
4949
path: ~/.sonar/cache
5050
key: ${{ runner.os }}-sonar

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cache: gradle
4848

4949
- name: Cache SonarCloud packages
50-
uses: actions/cache@v5
50+
uses: actions/cache@v6
5151
with:
5252
path: ~/.sonar/cache
5353
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)