Skip to content

Commit

Permalink
update cache-action
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBredl committed Apr 6, 2024
1 parent 955b4c2 commit 2a16d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Run chmod to make gradlew executable
run: chmod +x gradlew
- name: Cache SonarCloud packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
Expand Down

0 comments on commit 2a16d65

Please sign in to comment.