Skip to content

Commit

Permalink
Bump burrunan/gradle-cache-action from v1 to v1.3 (#1140)
Browse files Browse the repository at this point in the history
Bumps [burrunan/gradle-cache-action](https://github.com/burrunan/gradle-cache-action) from v1 to v1.3.
- [Release notes](https://github.com/burrunan/gradle-cache-action/releases)
- [Changelog](https://github.com/burrunan/gradle-cache-action/blob/main/CHANGELOG.md)
- [Commits](burrunan/gradle-cache-action@v1...eb0ac4c)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2020
1 parent e45c13c commit 5bda9cd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-play-smoke-dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: 11

- name: Cache gradle dependencies
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v1.3
with:
job-id: play-smoke

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-smoke-dist-fakebackend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: 11

- name: Cache gradle dependencies
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v1.3
with:
job-id: fakebackend-smoke

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-springboot-smoke-dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: 11

- name: Cache gradle dependencies
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v1.3
with:
job-id: springboot-smoke

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
java-version: 11

- name: Test
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v1.3
env:
S3_BUILD_CACHE_ACCESS_KEY_ID: ${{ secrets.S3_BUILD_CACHE_ACCESS_KEY_ID }}
S3_BUILD_CACHE_SECRET_KEY: ${{ secrets.S3_BUILD_CACHE_SECRET_KEY }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
java-version: 11

- name: Test
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v1.3
with:
job-id: latestDepTest
arguments: test -PtestLatestDeps=true --stacktrace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: 11

- name: Test
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v1.3
with:
job-id: jdk${{ matrix.java }}
arguments: testJava${{ matrix.java }} --stacktrace
Expand Down

0 comments on commit 5bda9cd

Please sign in to comment.