Skip to content

Commit

Permalink
Merge pull request #23 from sigpwned/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3.3.2

Bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
sigpwned committed Oct 13, 2023
2 parents 42c8822 + e3815fb commit b0566a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Cache SonarCloud packages
uses: actions/cache@v3.3.1
uses: actions/cache@v3.3.2
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Cache Maven packages
uses: actions/cache@v3.3.1
uses: actions/cache@v3.3.2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit b0566a1

Please sign in to comment.