File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed
Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -25,21 +25,21 @@ jobs:
2525 - uses : actions/checkout@v6
2626 - name : Check Maven Cache
2727 id : maven-cache
28- uses : actions/cache@v4
28+ uses : actions/cache@v5
2929 with :
3030 path : ~/.m2/repository
3131 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3232 restore-keys : |
3333 ${{ runner.os }}-maven-
3434 - name : Check Local Maven Cache
3535 id : maven-it-cache
36- uses : actions/cache@v4
36+ uses : actions/cache@v5
3737 with :
3838 path : maven/target/local-repo
3939 key : mvn-it-repo
4040 - name : Check ODC Data Cache
4141 id : odc-data-cache
42- uses : actions/cache@v4
42+ uses : actions/cache@v5
4343 with :
4444 path : core/target/data
4545 key : odc-data
@@ -131,7 +131,7 @@ jobs:
131131 uses : actions/checkout@v6
132132 - name : Check Maven Cache
133133 id : maven-cache
134- uses : actions/cache@v4
134+ uses : actions/cache@v5
135135 with :
136136 path : ~/.m2/repository
137137 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v6
1818 - name : Check Maven Cache
1919 id : maven-cache
20- uses : actions/cache@v4
20+ uses : actions/cache@v5
2121 with :
2222 path : ~/.m2/repository/
2323 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
8787 - uses : actions/checkout@v6
8888 - name : Check Maven Cache
8989 id : maven-cache
90- uses : actions/cache@v4
90+ uses : actions/cache@v5
9191 with :
9292 path : ~/.m2/repository/
9393 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -135,7 +135,7 @@ jobs:
135135 - uses : actions/checkout@v6
136136 - name : Check Maven Cache
137137 id : maven-cache
138- uses : actions/cache@v4
138+ uses : actions/cache@v5
139139 with :
140140 path : ~/.m2/repository/
141141 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -169,7 +169,7 @@ jobs:
169169 uses : actions/checkout@v6
170170 - name : Check Maven Cache
171171 id : maven-cache
172- uses : actions/cache@v4
172+ uses : actions/cache@v5
173173 with :
174174 path : ~/.m2/repository
175175 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -13,21 +13,21 @@ jobs:
1313 - uses : actions/checkout@v6
1414 - name : Check Maven Cache
1515 id : maven-cache
16- uses : actions/cache@v4
16+ uses : actions/cache@v5
1717 with :
1818 path : ~/.m2/repository
1919 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
2020 restore-keys : |
2121 ${{ runner.os }}-maven-
2222 - name : Check Local Maven Cache
2323 id : maven-it-cache
24- uses : actions/cache@v4
24+ uses : actions/cache@v5
2525 with :
2626 path : maven/target/local-repo
2727 key : mvn-it-repo
2828 - name : Check ODC Data Cache
2929 id : odc-data-cache
30- uses : actions/cache@v4
30+ uses : actions/cache@v5
3131 with :
3232 path : core/target/data
3333 key : odc-data
Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ jobs:
2929 - uses : actions/checkout@v6
3030 - name : Check Maven Cache
3131 id : maven-cache
32- uses : actions/cache@v4
32+ uses : actions/cache@v5
3333 with :
3434 path : ~/.m2/repository/
3535 key : mvn-repo
3636 - name : Check Local Maven Cache
3737 id : maven-it-cache
38- uses : actions/cache@v4
38+ uses : actions/cache@v5
3939 with :
4040 path : maven/target/local-repo
4141 key : mvn-it-repo
4242 - name : Check ODC Data Cache
4343 id : odc-data-cache
44- uses : actions/cache@v4
44+ uses : actions/cache@v5
4545 with :
4646 path : core/target/data
4747 key : odc-data
@@ -133,13 +133,13 @@ jobs:
133133 steps :
134134 - name : Check Maven Cache
135135 id : maven-cache
136- uses : actions/cache@v4
136+ uses : actions/cache@v5
137137 with :
138138 path : ~/.m2/repository/
139139 key : mvn-repo
140140 - name : Check Docker ODC Cache
141141 id : docker-odc-cache
142- uses : actions/cache@v4
142+ uses : actions/cache@v5
143143 with :
144144 path : ~/OWASP-Dependency-Check
145145 key : docker-repo
You can’t perform that action at this time.
0 commit comments