File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 java-version : 17
4343 architecture : x64
4444 - name : Cache Maven packages
45- uses : actions/cache@v3.0.6
45+ uses : actions/cache@v3.0.8
4646 with :
4747 path : ~/.m2
4848 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
6363 java-version : 17
6464 architecture : x64
6565 - name : Cache Maven packages
66- uses : actions/cache@v3.0.6
66+ uses : actions/cache@v3.0.8
6767 with :
6868 path : ~/.m2
6969 key : ubuntu-latest-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2525 architecture : x64
2626
2727 - name : Cache Maven packages
28- uses : actions/cache@v3.0.6
28+ uses : actions/cache@v3.0.8
2929 with :
3030 path : ~/.m2
3131 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 4040 architecture : x64
4141 # Uses an action to set up a cache using a certain key based on the hash of the dependencies
4242 - name : Cache Maven packages
43- uses : actions/cache@v3.0.6
43+ uses : actions/cache@v3.0.8
4444 with :
4545 path : ~/.m2
4646 key : ubuntu-latest-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments