Skip to content

Commit 86ac7fa

Browse files
authored
Merge pull request #65 from AnswerConsulting/dependabot/github_actions/main/actions/cache-3
Bump actions/cache from 1 to 3
2 parents f993a61 + 9320c87 commit 86ac7fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_integration_and_code_analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
distribution: 'corretto'
2626
cache: 'maven'
2727
- name: Cache SonarCloud packages
28-
uses: actions/cache@v1
28+
uses: actions/cache@v3
2929
with:
3030
path: ~/.sonar/cache
3131
key: ${{ runner.os }}-sonar
3232
restore-keys: ${{ runner.os }}-sonar
3333
- name: Cache Maven packages
34-
uses: actions/cache@v1
34+
uses: actions/cache@v3
3535
with:
3636
path: ~/.m2
3737
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)