Skip to content

Commit 1b25c0c

Browse files
authored
eclipse-rdf4jGH-5266 Fix the CI by upgrading actions/cache@v2 (eclipse-rdf4j#5267)
2 parents 37a3496 + 2bcf673 commit 1b25c0c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/develop-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
java-version: ${{ matrix.jdk }}
2222
- name: Cache local Maven repository
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.m2/repository
2626
key: ${{ runner.os }}-jdk${{ matrix.jdk }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/main-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
java-version: ${{ matrix.jdk }}
2222
- name: Cache local Maven repository
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.m2/repository
2626
key: ${{ runner.os }}-jdk${{ matrix.jdk }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/pr-verify.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
java-version: ${{ matrix.jdk }}
1717
- name: Cache local Maven repository
18-
uses: actions/cache@v2
18+
uses: actions/cache@v4
1919
with:
2020
path: ~/.m2/repository
2121
key: ${{ runner.os }}-jdk${{ matrix.jdk }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
java-version: 11
5050
- name: Cache local Maven repository
51-
uses: actions/cache@v2
51+
uses: actions/cache@v4
5252
with:
5353
path: ~/.m2/repository
5454
key: ${{ runner.os }}-jdk11-maven-${{ hashFiles('**/pom.xml') }}
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
java-version: 11
8383
- name: Cache local Maven repository
84-
uses: actions/cache@v2
84+
uses: actions/cache@v4
8585
with:
8686
path: ~/.m2/repository
8787
key: ${{ runner.os }}-jdk11-maven-${{ hashFiles('**/pom.xml') }}
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
java-version: 11
109109
- name: Cache local Maven repository
110-
uses: actions/cache@v2
110+
uses: actions/cache@v4
111111
with:
112112
path: ~/.m2/repository
113113
key: ${{ runner.os }}-jdk11-maven-${{ hashFiles('**/pom.xml') }}
@@ -133,7 +133,7 @@ jobs:
133133
with:
134134
java-version: 11
135135
- name: Cache local Maven repository
136-
uses: actions/cache@v2
136+
uses: actions/cache@v4
137137
with:
138138
path: ~/.m2/repository
139139
key: ${{ runner.os }}-jdk11-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)