Skip to content

Commit bbf721a

Browse files
Bump actions/cache from 4 to 5 (#78)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6810ce commit bbf721a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout
3636
uses: actions/checkout@v6
3737
- name: Cache Maven Repository
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: ~/.m2/repository
4141
key: maven-java-${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
@@ -60,7 +60,7 @@ jobs:
6060
- name: Checkout
6161
uses: actions/checkout@v6
6262
- name: Cache Maven Repository
63-
uses: actions/cache@v4
63+
uses: actions/cache@v5
6464
with:
6565
path: ~/.m2/repository
6666
key: maven-deploy-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)