Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 9, 2023
1 parent 2ccfd5d commit e7d81db
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 @@ -28,7 +28,7 @@ jobs:
cache: 'maven'

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

0 comments on commit e7d81db

Please sign in to comment.