File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138 uses : actions/checkout@v6
139139
140140 - name : Cache Local Maven Repository
141- uses : actions/cache@v4
141+ uses : actions/cache@v5
142142 with :
143143 path : ~/.m2/repository
144144 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 3636 - uses : actions/checkout@v6
3737
3838 - name : Cache Local Maven Repository
39- uses : actions/cache@v4
39+ uses : actions/cache@v5
4040 with :
4141 path : ~/.m2/repository
4242 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ jobs:
3535 - uses : actions/checkout@v6
3636
3737 - name : Cache Local Maven Repository
38- uses : actions/cache@v4
38+ uses : actions/cache@v5
3939 with :
4040 path : ~/.m2/repository
4141 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4242 restore-keys : |
4343 ${{ runner.os }}-maven-
4444
4545 - name : Cache Maven 4 Build Cache
46- uses : actions/cache@v4
46+ uses : actions/cache@v5
4747 with :
4848 path : ~/.m2/build-cache
4949 key : ${{ runner.os }}-maven-build-cache-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v6
3333
3434 - name : Cache Local Maven Repository
35- uses : actions/cache@v4
35+ uses : actions/cache@v5
3636 with :
3737 path : ~/.m2/repository
3838 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 3535 - uses : actions/checkout@v6
3636
3737 - name : Cache Local Maven Repository
38- uses : actions/cache@v4
38+ uses : actions/cache@v5
3939 with :
4040 path : ~/.m2/repository
4141 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 6161 pkg-config --libs avro-c
6262
6363 - name : Cache Local Maven Repository
64- uses : actions/cache@v4
64+ uses : actions/cache@v5
6565 with :
6666 path : ~/.m2/repository
6767 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -121,7 +121,7 @@ jobs:
121121 libzstd-dev
122122
123123 - name : Cache Local Maven Repository
124- uses : actions/cache@v4
124+ uses : actions/cache@v5
125125 with :
126126 path : ~/.m2/repository
127127 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 5555 7.0.x
5656 8.0.x
5757
58- - uses : actions/cache@v4
58+ - uses : actions/cache@v5
5959 with :
6060 path : ~/.nuget/packages
6161 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
9191 8.0.x
9292
9393 - name : Cache Local Maven Repository
94- uses : actions/cache@v4
94+ uses : actions/cache@v5
9595 with :
9696 path : ~/.m2/repository
9797 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 4747 uses : actions/checkout@v6
4848
4949 - name : ' Cache Local Maven Repository'
50- uses : actions/cache@v4
50+ uses : actions/cache@v5
5151 with :
5252 path : ~/.m2/repository
5353 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
9999 - uses : actions/checkout@v6
100100
101101 - name : ' Cache Local Maven Repository'
102- uses : actions/cache@v4
102+ uses : actions/cache@v5
103103 with :
104104 path : ~/.m2/repository
105105 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 5151 with :
5252 node-version : ${{ matrix.node }}
5353
54- - uses : actions/cache@v4
54+ - uses : actions/cache@v5
5555 with :
5656 path : ~/.npm
5757 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
8282 with :
8383 node-version : ${{ matrix.node }}
8484
85- - uses : actions/cache@v4
85+ - uses : actions/cache@v5
8686 with :
8787 path : ~/.npm
8888 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 Try::Tiny
107107
108108 - name : Cache Local Maven Repository
109- uses : actions/cache@v4
109+ uses : actions/cache@v5
110110 with :
111111 path : ~/.m2/repository
112112 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments