@@ -13,14 +13,14 @@ jobs:
1313 openjdk17 :
1414 runs-on : [ubuntu-22.04]
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v7
1717 - name : Set up JDK 17
1818 uses : actions/setup-java@v5
1919 with :
2020 java-version : 17
2121 distribution : ' temurin'
2222 - name : Maven repository caching
23- uses : actions/cache@v5
23+ uses : actions/cache@v6
2424 with :
2525 path : ~/.m2/repository
2626 key : gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -35,14 +35,14 @@ jobs:
3535 openjdk21 :
3636 runs-on : [ubuntu-22.04]
3737 steps :
38- - uses : actions/checkout@v6
38+ - uses : actions/checkout@v7
3939 - name : Set up JDK 21
4040 uses : actions/setup-java@v5
4141 with :
4242 java-version : 21
4343 distribution : ' temurin'
4444 - name : Maven repository caching
45- uses : actions/cache@v5
45+ uses : actions/cache@v6
4646 with :
4747 path : ~/.m2/repository
4848 key : gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -57,14 +57,14 @@ jobs:
5757 openjdk25 :
5858 runs-on : [ubuntu-22.04]
5959 steps :
60- - uses : actions/checkout@v6
60+ - uses : actions/checkout@v7
6161 - name : Set up JDK 25
6262 uses : actions/setup-java@v5
6363 with :
6464 java-version : 25
6565 distribution : ' temurin'
6666 - name : Maven repository caching
67- uses : actions/cache@v5
67+ uses : actions/cache@v6
6868 with :
6969 path : ~/.m2/repository
7070 key : gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -80,14 +80,14 @@ jobs:
8080 QA :
8181 runs-on : [ubuntu-22.04]
8282 steps :
83- - uses : actions/checkout@v6
83+ - uses : actions/checkout@v7
8484 - name : Set up JDK 17
8585 uses : actions/setup-java@v5
8686 with :
8787 java-version : 17
8888 distribution : ' temurin'
8989 - name : Maven repository caching
90- uses : actions/cache@v5
90+ uses : actions/cache@v6
9191 with :
9292 path : ~/.m2/repository
9393 key : gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments