Skip to content

Commit 1a62740

Browse files
authored
Merge pull request #693 from git-commit-id/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 2c56b35 + c31f5a8 commit 1a62740

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@v3
20+
uses: actions/cache@v4
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@v3
47+
uses: actions/cache@v4
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@v3
92+
uses: actions/cache@v4
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@v3
128+
uses: actions/cache@v4
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@v3
153+
uses: actions/cache@v4
154154
with:
155155
path: ~/.m2
156156
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)