Skip to content

Commit 02cfa5b

Browse files
authored
Bump up actions/cache to v4 (#12845)
1 parent 95ddcb4 commit 02cfa5b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/publish-docker-e2e-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
submodules: true
4545
- name: Cache local Maven repository
46-
uses: actions/cache@v2
46+
uses: actions/cache@v4
4747
with:
4848
path: ~/.m2/repository
4949
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/publish-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
submodules: true
4242
- name: Cache local Maven repository
43-
uses: actions/cache@v2
43+
uses: actions/cache@v4
4444
with:
4545
path: ~/.m2/repository
4646
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/skywalking.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
with:
249249
submodules: true
250250
- name: Cache maven repository
251-
uses: actions/cache@v3
251+
uses: actions/cache@v4
252252
with:
253253
path: ~/.m2/repository
254254
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -276,7 +276,7 @@ jobs:
276276
with:
277277
submodules: true
278278
- name: Cache maven repository
279-
uses: actions/cache@v3
279+
uses: actions/cache@v4
280280
with:
281281
path: ~/.m2/repository
282282
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -310,7 +310,7 @@ jobs:
310310
with:
311311
submodules: true
312312
- name: Cache maven repository
313-
uses: actions/cache@v3
313+
uses: actions/cache@v4
314314
with:
315315
path: ~/.m2/repository
316316
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -731,7 +731,7 @@ jobs:
731731
username: ${{ github.repository_owner }}
732732
password: ${{ secrets.GITHUB_TOKEN }}
733733
- name: Cache maven repository
734-
uses: actions/cache@v3
734+
uses: actions/cache@v4
735735
with:
736736
path: ~/.m2/repository
737737
key: ${{ runner.os }}-maven-${{ hashFiles('test/e2e-v2/java-test-service/**/pom.xml') }}
@@ -854,7 +854,7 @@ jobs:
854854
java-version: ${{ matrix.java-version }}
855855
distribution: temurin
856856
- name: Cache maven repository
857-
uses: actions/cache@v3
857+
uses: actions/cache@v4
858858
with:
859859
path: ~/.m2/repository
860860
key: ${{ runner.os }}-maven-${{ hashFiles('test/e2e-v2/java-test-service/**/pom.xml') }}

0 commit comments

Comments
 (0)