Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3.0.9' into combined-pr-branch
  • Loading branch information
eddumelendez committed Oct 2, 2022
2 parents 96a62b8 + a3889d1 commit bfe07eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: '8.0.302'
distribution: temurin
- name: Cache Gradle Home files
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.9
continue-on-error: true
with:
path: ~/.gradle/caches
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
java-version: '8.0.302'
distribution: temurin
- name: Cache Gradle Home files
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.9
continue-on-error: true
with:
path: ~/.gradle/caches
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: '8.0.302'
distribution: temurin
- name: Cache Gradle Home files
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.9
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }}
Expand All @@ -51,7 +51,7 @@ jobs:
java-version: '8.0.302'
distribution: temurin
- name: Cache Gradle Home files
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.9
continue-on-error: true
with:
path: ~/.gradle/caches
Expand Down

0 comments on commit bfe07eb

Please sign in to comment.