Skip to content

Commit

Permalink
Update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 4c12ade commit 7bbadce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
java-version: ${{ matrix.java }}

- name: "Cache Local Maven Repository"
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

- name: "Cache SonarCloud"
if: matrix.os == 'ubuntu-latest' && matrix.java == 17 && github.repository == 'castor-software/depclean'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
distribution: 'adopt-hotspot'

- name: Cache Gradle packages
uses: actions/cache@v3.3.3
uses: actions/cache@v4.1.1
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit 7bbadce

Please sign in to comment.