Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 23, 2022
1 parent b9d694c commit 1844f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: 'maven'

- name: Cache SonarCloud packages
uses: actions/cache@v3.2.0
uses: actions/cache@v3.2.1
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
Expand Down

0 comments on commit 1844f4e

Please sign in to comment.