File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 with :
1717 fail-mode : false
1818 - name : Use Maven dependency cache
19- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
19+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
2020 with :
2121 path : ~/.m2/repository
2222 # We use a unique key and restore from the base one, to ensure that
Original file line number Diff line number Diff line change 3434 run : echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
3535 shell : bash
3636 - name : Use Maven dependency cache
37- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
37+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3838 with :
3939 path : ~/.m2/repository
4040 key : ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments