Skip to content

Commit

Permalink
Update Gradle action to setup-gradle@v3
Browse files Browse the repository at this point in the history
Replaced 'gradle-build-action@v3' with 'setup-gradle@v3' in the GitHub workflow file. This ensures the correct setup and usage of Gradle for building and testing.
  • Loading branch information
kousen committed Aug 1, 2024
1 parent a826f54 commit e0d4558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v2
- name: Build with Gradle
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
- name: Run tests
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v3
with:
arguments: test

Expand Down

0 comments on commit e0d4558

Please sign in to comment.