File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 distribution : ' temurin'
2424 - uses : actions/checkout@v6
2525 - name : Maven repository caching
26- uses : actions/cache@v5
26+ uses : actions/cache@v6
2727 with :
2828 path : ~/.m2/repository
2929 key : gwc-integration-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2020 java-version : 11
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') }}
4242 java-version : 17
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') }}
6464 java-version : 21
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') }}
8686 java-version : 11
8787 distribution : ' temurin'
8888 - name : Maven repository caching
89- uses : actions/cache@v5
89+ uses : actions/cache@v6
9090 with :
9191 path : ~/.m2/repository
9292 key : gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1919 java-version : 11
2020 distribution : ' temurin'
2121 - name : Maven repository caching
22- uses : actions/cache@v5
22+ uses : actions/cache@v6
2323 with :
2424 path : ~/.m2/repository
2525 key : gs-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1919 java-version : 11
2020 distribution : ' temurin'
2121 - name : Maven repository caching
22- uses : actions/cache@v5
22+ uses : actions/cache@v6
2323 with :
2424 path : ~/.m2/repository
2525 key : gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments