Skip to content

Commit

Permalink
Bump burrunan/gradle-cache-action from v1 to v1.4 (#1144)
Browse files Browse the repository at this point in the history
* Revert "Bump burrunan/gradle-cache-action from v1 to v1.3 (#1140)"

This reverts commit 5bda9cd.

* 1.4
  • Loading branch information
Anuraag Agrawal authored Sep 1, 2020
1 parent 5bda9cd commit ecef123
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.3
uses: burrunan/gradle-cache-action@v1.4
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.3
uses: burrunan/gradle-cache-action@v1.4
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.3
uses: burrunan/gradle-cache-action@v1.4
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.3
uses: burrunan/gradle-cache-action@v1.4
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.3
uses: burrunan/gradle-cache-action@v1.4
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.3
uses: burrunan/gradle-cache-action@v1.4
with:
job-id: jdk${{ matrix.java }}
arguments: testJava${{ matrix.java }} --stacktrace
Expand Down

0 comments on commit ecef123

Please sign in to comment.