Skip to content

Commit

Permalink
Merge pull request #309 from co-cddo/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3.2.2

Bump actions/cache from 3.0.11 to 3.2.2
  • Loading branch information
nahteb authored Dec 28, 2022
2 parents 071864b + 984bdac commit 21f3cb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples-java-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Cache Gradle packages
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
with:
path: ~/.gradle
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-m2
- name: Cache SonarCloud packages
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples-java-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Cache Gradle packages
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
with:
path: ~/.gradle
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-m2
- name: Cache SonarCloud packages
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
Expand Down

0 comments on commit 21f3cb9

Please sign in to comment.