Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#1394)
Browse files Browse the repository at this point in the history
Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com>
  • Loading branch information
renovate-bot and alicejli committed May 3, 2024
1 parent 4313f6c commit fe6bbf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yaml
Expand Up @@ -19,13 +19,13 @@ jobs:
java-version: 17
distribution: temurin
- 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 fe6bbf9

Please sign in to comment.