Skip to content

Commit 5543afa

Browse files
dependabot[bot]fhussonnois
authored andcommitted
build(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 81ef2ba commit 5543afa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/early-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
distribution: ${{ env.JAVA_DISTRO }}
7272

7373
- name: 'Cache Maven packages'
74-
uses: actions/cache@v3.3.1
74+
uses: actions/cache@v4
7575
with:
7676
path: ~/.m2
7777
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
./mvnw -ntp -B verify --file pom.xml
4444
4545
- name: 'Cache SonarCloud packages'
46-
uses: actions/cache@v3
46+
uses: actions/cache@v4
4747
with:
4848
path: ~/.sonar/cache
4949
key: ${{ runner.os }}-sonar

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
distribution: ${{ env.JAVA_DISTRO }}
183183

184184
- name: 'Cache Maven packages'
185-
uses: actions/cache@v3.3.1
185+
uses: actions/cache@v4
186186
with:
187187
path: ~/.m2
188188
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)