Skip to content

Commit

Permalink
Update gradle/actions action to v4 (#297)
Browse files Browse the repository at this point in the history
* Update gradle/actions action to v4

* Update

---------

Co-authored-by: Zac Sweers <[email protected]>
  • Loading branch information
slack-oss-bot and ZacSweers authored Aug 25, 2024
1 parent 7204b8d commit ceb15c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Gradle Wrapper Validation
uses: gradle/actions/wrapper-validation@v3

- name: Install JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '21'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4

- name: Build and run tests
id: gradle
Expand Down

0 comments on commit ceb15c2

Please sign in to comment.