File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333 cache : maven
3434
3535 - name : Cache local Maven repository
36- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
36+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3737 with :
3838 path : ~/.m2/repository
3939 key : ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 3232
3333 - name : Cache local Maven repository
3434 if : ${{ steps.release.outputs.releases_created }}
35- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
35+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3636 with :
3737 path : ~/.m2/repository
3838 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments