Skip to content

Commit

Permalink
Merge pull request #14 from DrRename/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3

Bump actions/cache from 1 to 3
  • Loading branch information
kerner1000 committed Oct 5, 2022
2 parents 6afe8a4 + 4a476dc commit be281ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Cache SonarCloud packages
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Cache Maven packages
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit be281ff

Please sign in to comment.