Skip to content

Commit

Permalink
Build: Use GitHub Actions for Gradle version 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
smarkwal committed Sep 27, 2024
1 parent 64878a2 commit 9afd89c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
11
17
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@v3

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
cache-read-only: false

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
11
17
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@v3

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
cache-read-only: false

Expand Down

0 comments on commit 9afd89c

Please sign in to comment.