Skip to content

Commit 903520c

Browse files
pramodsatyatdcmeehan
authored andcommitted
Upgrade cache Github action to v4
1 parent 02f8f9f commit 903520c

11 files changed

+13
-13
lines changed

.github/workflows/arrow-flight-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Cache local Maven repository
5858
if: needs.changes.outputs.codechange == 'true'
5959
id: cache-maven
60-
uses: actions/cache@v2
60+
uses: actions/cache@v4
6161
with:
6262
path: ~/.m2/repository
6363
key: ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
sudo apt-get install -y texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra latexmk tex-gyre texlive-xetex fonts-freefont-otf xindy
4141
- name: Cache local Maven repository
4242
id: cache-maven
43-
uses: actions/cache@v2
43+
uses: actions/cache@v4
4444
with:
4545
path: ~/.m2/repository
4646
key: ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}

.github/workflows/hive-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
java-version: 8
4949
- name: Cache local Maven repository
5050
id: cache-maven
51-
uses: actions/cache@v2
51+
uses: actions/cache@v4
5252
with:
5353
path: ~/.m2/repository
5454
key: ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}
@@ -100,7 +100,7 @@ jobs:
100100
java-version: 8
101101
- name: Cache local Maven repository
102102
id: cache-maven
103-
uses: actions/cache@v2
103+
uses: actions/cache@v4
104104
with:
105105
path: ~/.m2/repository
106106
key: ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}

.github/workflows/kudu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
java-version: 8
4747
- name: Cache local Maven repository
4848
id: cache-maven
49-
uses: actions/cache@v2
49+
uses: actions/cache@v4
5050
with:
5151
path: ~/.m2/repository
5252
key: ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}

.github/workflows/maven-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
java-version: 8
3333
- name: Cache local Maven repository
3434
id: cache-maven
35-
uses: actions/cache@v2
35+
uses: actions/cache@v4
3636
with:
3737
path: ~/.m2/repository
3838
key: ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}

.github/workflows/product-tests-basic-environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
java-version: 8
5353
- name: Cache local Maven repository
5454
id: cache-maven
55-
uses: actions/cache@v2
55+
uses: actions/cache@v4
5656
with:
5757
path: ~/.m2/repository
5858
key: ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}

.github/workflows/product-tests-specific-environment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
java-version: 8
5353
- name: Cache local Maven repository
5454
id: cache-maven
55-
uses: actions/cache@v2
55+
uses: actions/cache@v4
5656
with:
5757
path: ~/.m2/repository
5858
key: ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}
@@ -103,7 +103,7 @@ jobs:
103103
java-version: 8
104104
- name: Cache local Maven repository
105105
id: cache-maven
106-
uses: actions/cache@v2
106+
uses: actions/cache@v4
107107
with:
108108
path: ~/.m2/repository
109109
key: ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}

.github/workflows/singlestore-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
java-version: 8
6060
- name: Cache local Maven repository
6161
id: cache-maven
62-
uses: actions/cache@v2
62+
uses: actions/cache@v4
6363
with:
6464
path: ~/.m2/repository
6565
key: ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}

.github/workflows/spark-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
java-version: 8
4848
- name: Cache local Maven repository
4949
id: cache-maven
50-
uses: actions/cache@v2
50+
uses: actions/cache@v4
5151
with:
5252
path: ~/.m2/repository
5353
key: ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}

.github/workflows/test-other-modules.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
java-version: 8
4848
- name: Cache local Maven repository
4949
id: cache-maven
50-
uses: actions/cache@v2
50+
uses: actions/cache@v4
5151
with:
5252
path: ~/.m2/repository
5353
key: ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Cache local Maven repository
8484
if: needs.changes.outputs.codechange == 'true'
8585
id: cache-maven
86-
uses: actions/cache@v2
86+
uses: actions/cache@v4
8787
with:
8888
path: ~/.m2/repository
8989
key: ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)