Skip to content

Commit

Permalink
Merge pull request #122 from brenoepics/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
brenoepics authored Oct 9, 2024
2 parents c2fe446 + 918beb9 commit 149bb28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
java-version: 17
distribution: 'zulu' # Alternative distribution options are available.
- name: Cache SonarCloud packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Cache Maven packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 149bb28

Please sign in to comment.