Skip to content

Commit d312ac5

Browse files
dependabot[bot]buchen
authored andcommitted
Bump actions/cache from 4 to 5
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] <[email protected]>
1 parent 8adb3fc commit d312ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Cache Maven repository
20-
uses: actions/cache@v4
20+
uses: actions/cache@v5
2121
with:
2222
path: |
2323
~/.m2/repository
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
fetch-depth: 0
5151
- name: Cache Maven repository
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
with:
5454
path: |
5555
~/.m2/repository

0 commit comments

Comments
 (0)