File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232
3333 # Step 3: Cache Maven Dependencies
3434 - name : Cache Maven Dependencies
35- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
35+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
3636 with :
3737 path : ~/.m2
3838 key : ${{ runner.os }}-m2-${{ hashFiles('calm-hub/pom.xml') }}
Original file line number Diff line number Diff line change 3232
3333 # Step 3: Cache Maven Dependencies
3434 - name : Cache Maven Dependencies
35- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
35+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
3636 with :
3737 path : ~/.m2
3838 key : ${{ runner.os }}-m2-${{ hashFiles('calm-hub/pom.xml') }}
Original file line number Diff line number Diff line change 3131
3232 # Step 3: Cache Maven Dependencies
3333 - name : Cache Maven Dependencies
34- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
34+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
3535 with :
3636 path : ~/.m2
3737 key : ${{ runner.os }}-m2-${{ hashFiles('calm-hub/pom.xml') }}
You can’t perform that action at this time.
0 commit comments