Skip to content

Commit df801cd

Browse files
build(deps): 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 38f2c70 commit df801cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout
3737
uses: actions/checkout@v6
3838
- name: Cache Maven Repository
39-
uses: actions/cache@v4
39+
uses: actions/cache@v5
4040
with:
4141
path: ~/.m2/repository
4242
key: maven-java-${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
@@ -59,7 +59,7 @@ jobs:
5959
- name: Checkout
6060
uses: actions/checkout@v6
6161
- name: Cache Maven Repository
62-
uses: actions/cache@v4
62+
uses: actions/cache@v5
6363
with:
6464
path: ~/.m2/repository
6565
key: maven-site-${{ hashFiles('**/pom.xml') }}
@@ -86,7 +86,7 @@ jobs:
8686
- name: Checkout
8787
uses: actions/checkout@v6
8888
- name: Cache Maven Repository
89-
uses: actions/cache@v4
89+
uses: actions/cache@v5
9090
with:
9191
path: ~/.m2/repository
9292
key: maven-deploy-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)