Skip to content

Commit

Permalink
Update all github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent 2c65a75 commit 64e683f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# actions/checkout v1.* is needed for correct codecov upload, see https://github.com/actions/checkout/issues/237 for details
- uses: actions/checkout@v4
# ensure that gradle wrapper files in repository are valid by checking checksums
- uses: gradle/wrapper-validation-action@v2
- uses: gradle/wrapper-validation-action@v3
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
Expand All @@ -39,7 +39,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-konan
- name: Gradle build with remote cache
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
arguments: |
build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: 11
distribution: zulu
- name: Gradle build with remote cache
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
arguments: detektAll
properties: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
distribution: zulu
- name: Status git before
run: git status
- uses: burrunan/gradle-cache-action@v1
- uses: burrunan/gradle-cache-action@v2
with:
gradle-version: wrapper
# Until https://github.com/burrunan/gradle-cache-action/issues/42 is addressed, gradle should be run as a separate step
Expand Down

0 comments on commit 64e683f

Please sign in to comment.