Skip to content

Commit 7650eff

Browse files
Bump actions/cache from 3.3.3 to 4.0.0
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@e12d46a...13aacd8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 16db780 commit 7650eff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: 'Check out repository'
2525
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2626
- name: 'Cache local Maven repository'
27-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
27+
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
2828
with:
2929
path: ~/.m2/repository
3030
key: maven-${{ hashFiles('**/pom.xml') }}
@@ -54,7 +54,7 @@ jobs:
5454
- name: 'Check out repository'
5555
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
5656
- name: 'Cache local Maven repository'
57-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
57+
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
5858
with:
5959
path: ~/.m2/repository
6060
key: maven-${{ hashFiles('**/pom.xml') }}
@@ -83,7 +83,7 @@ jobs:
8383
- name: 'Check out repository'
8484
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
8585
- name: 'Cache local Maven repository'
86-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
86+
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
8787
with:
8888
path: ~/.m2/repository
8989
key: maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)