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@v4
2525 - name : Maven repository caching
26- uses : actions/cache@v3
26+ uses : actions/cache@v5
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 : 17
2121 distribution : ' temurin'
2222 - name : Maven repository caching
23- uses : actions/cache@v3
23+ uses : actions/cache@v5
2424 with :
2525 path : ~/.m2/repository
2626 key : gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4242 java-version : 21
4343 distribution : ' temurin'
4444 - name : Maven repository caching
45- uses : actions/cache@v3
45+ uses : actions/cache@v5
4646 with :
4747 path : ~/.m2/repository
4848 key : gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
6464 java-version : 17
6565 distribution : ' temurin'
6666 - name : Maven repository caching
67- uses : actions/cache@v3
67+ uses : actions/cache@v5
6868 with :
6969 path : ~/.m2/repository
7070 key : gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1919 java-version : 17
2020 distribution : ' temurin'
2121 - name : Maven repository caching
22- uses : actions/cache@v3
22+ uses : actions/cache@v5
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 : 17
2020 distribution : ' temurin'
2121 - name : Maven repository caching
22- uses : actions/cache@v3
22+ uses : actions/cache@v5
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