File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v6
2525
2626 - name : Cache Docker Register
27- uses : actions/cache@v4
27+ uses : actions/cache@v5
2828 with :
2929 path : /tmp/.buildx-cache
3030 key : ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
Original file line number Diff line number Diff line change 2828
2929 - name : Cache Docker Register
3030 if : ${{ steps.release.outputs.release_created }}
31- uses : actions/cache@v4
31+ uses : actions/cache@v5
3232 with :
3333 path : /tmp/.buildx-cache
3434 key : ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ jobs:
5454 git checkout ${{ github.event.workflow_run.head_branch }}
5555 git clean -ffdx && git reset --hard HEAD
5656 - name : Cache SonarCloud packages
57- uses : actions/cache@v4
57+ uses : actions/cache@v5
5858 with :
5959 path : ~/.sonar/cache
6060 key : ${{ runner.os }}-sonar
6161 restore-keys : ${{ runner.os }}-sonar
6262
6363 - name : Cache Maven packages
64- uses : actions/cache@v4
64+ uses : actions/cache@v5
6565 with :
6666 path : ~/.m2
6767 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
3131 fetch-depth : 0
3232
3333 - name : Cache SonarCloud packages
34- uses : actions/cache@v4
34+ uses : actions/cache@v5
3535 with :
3636 path : ~/.sonar/cache
3737 key : ${{ runner.os }}-sonar
3838 restore-keys : ${{ runner.os }}-sonar
3939 - name : Cache Maven packages
40- uses : actions/cache@v4
40+ uses : actions/cache@v5
4141 with :
4242 path : ~/.m2
4343 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments