Skip to content

Commit e72fa93

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] <support@github.com>
1 parent 4dd5c06 commit e72fa93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/default-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: 11
1818
java-package: jdk
1919
- name: Cache local Maven repository
20-
uses: actions/cache@v4
20+
uses: actions/cache@v5
2121
with:
2222
path: ~/.m2
2323
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -44,7 +44,7 @@ jobs:
4444
java-version: ${{ matrix.java_version }}
4545
java-package: jdk
4646
- name: Cache local Maven repository
47-
uses: actions/cache@v4
47+
uses: actions/cache@v5
4848
with:
4949
path: ~/.m2
5050
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -89,7 +89,7 @@ jobs:
8989
- name: Setup System Path to use the custom Maven
9090
run: echo "${M2_HOME}/bin" >> $GITHUB_PATH
9191
- name: Cache local Maven repository
92-
uses: actions/cache@v4
92+
uses: actions/cache@v5
9393
with:
9494
path: ~/.m2
9595
# Include Maven version in key to not use cache from other Maven versions
@@ -125,7 +125,7 @@ jobs:
125125
java-version: 11
126126
java-package: jdk
127127
- name: Cache local Maven repository
128-
uses: actions/cache@v4
128+
uses: actions/cache@v5
129129
with:
130130
path: ~/.m2
131131
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -150,7 +150,7 @@ jobs:
150150
java-version: 11
151151
java-package: jdk
152152
- name: Cache local Maven repository
153-
uses: actions/cache@v4
153+
uses: actions/cache@v5
154154
with:
155155
path: ~/.m2
156156
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)