Skip to content

Commit c253bfe

Browse files
dependabot[bot]djelinek
authored andcommitted
Bump actions/cache from 5.0.4 to 5.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 403e5a1 commit c253bfe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/jdks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: ${{ matrix.java }}
2626
distribution: 'temurin'
2727
- name: Cache Maven packages
28-
uses: actions/cache@v5.0.4
28+
uses: actions/cache@v5.0.5
2929
with:
3030
path: ~/.m2
3131
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
@@ -23,7 +23,7 @@ jobs:
2323
server-username: MAVEN_CENTRAL_USERNAME # env variable for username in deploy
2424
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
2525
- name: Cache SonarCloud packages
26-
uses: actions/cache@v5.0.4
26+
uses: actions/cache@v5.0.5
2727
with:
2828
path: ~/.sonar/cache
2929
key: ${{ runner.os }}-sonar

.github/workflows/os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: 17
2626
distribution: temurin
2727
- name: Cache Maven packages
28-
uses: actions/cache@v5.0.4
28+
uses: actions/cache@v5.0.5
2929
with:
3030
path: ~/.m2
3131
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)