File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343 architecture : ${{ matrix.architecture }}
4444
4545 - name : Cache Maven repository
46- uses : actions/cache@v2.1.7
46+ uses : actions/cache@v5.0.1
4747 with :
4848 path : ~/.m2/repository
4949 key : ${{ runner.os }}-${{ matrix.java }}-maven-${{ hashFiles('**/*pom*.xml') }}
8787 architecture : ${{ matrix.architecture }}
8888
8989 - name : Cache Maven repository
90- uses : actions/cache@v2.1.7
90+ uses : actions/cache@v5.0.1
9191 with :
9292 path : ~/.m2/repository
9393 key : ${{ runner.os }}-${{ matrix.java }}-maven-${{ hashFiles('**/*pom*.xml') }}
Original file line number Diff line number Diff line change 3838 architecture : ${{ matrix.architecture }}
3939
4040 - name : Cache Maven repository
41- uses : actions/cache@v2.1.7
41+ uses : actions/cache@v5.0.1
4242 with :
4343 path : ~/.m2/repository
4444 key : ${{ runner.os }}-${{ matrix.java }}-maven-${{ hashFiles('**/*pom*.xml') }}
8282 architecture : ${{ matrix.architecture }}
8383
8484 - name : Cache Maven repository
85- uses : actions/cache@v2.1.7
85+ uses : actions/cache@v5.0.1
8686 with :
8787 path : ~/.m2/repository
8888 key : ${{ runner.os }}-${{ matrix.java }}-maven-${{ hashFiles('**/*pom*.xml') }}
You can’t perform that action at this time.
0 commit comments