Skip to content

Commit 3144028

Browse files
authored
Merge pull request #6 from semantic-release-java/dependabot/github_actions/develop/actions/cache-5
build(deps): Bump actions/cache from 2 to 5
2 parents 34a6f2f + 116661e commit 3144028

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: "adopt"
2424

2525
- name: Cache local Maven repository
26-
uses: actions/cache@v2
26+
uses: actions/cache@v5
2727
with:
2828
path: ~/.m2/repository
2929
key: ${{ runner.os }}-maven-build-${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: "adopt"
2424

2525
- name: Cache local Maven repository
26-
uses: actions/cache@v2
26+
uses: actions/cache@v5
2727
with:
2828
path: ~/.m2/repository
2929
key: ${{ runner.os }}-maven-release-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)