Skip to content

Commit b8a7b21

Browse files
dependabot[bot]mirkosertic
authored andcommitted
Bump actions/cache from 1 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v1...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 a5e00ff commit b8a7b21

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pullrequest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
java-version: ${{ matrix.java }}
1616
distribution: "temurin"
17-
- uses: actions/cache@v1
17+
- uses: actions/cache@v5
1818
with:
1919
path: ~/.m2/repository
2020
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
java-version: ${{ matrix.java }}
3434
distribution: "temurin"
35-
- uses: actions/cache@v1
35+
- uses: actions/cache@v5
3636
with:
3737
path: ~/.m2/repository
3838
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
java-version: ${{ matrix.java }}
5252
distribution: "temurin"
53-
- uses: actions/cache@v1
53+
- uses: actions/cache@v5
5454
with:
5555
path: ~/.m2/repository
5656
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)