Skip to content

Commit

Permalink
ci: upgrade cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Jul 5, 2024
1 parent 078b2a9 commit 2c0ab1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# https://docs.sonarqube.org/latest/analysis/github-integration/
- name: Cache SonarQube packages
if: ${{ inputs.sonarqube == true }}
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
Expand Down

0 comments on commit 2c0ab1d

Please sign in to comment.