Skip to content

Commit

Permalink
Switch to the setup-gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Jan 31, 2024
1 parent 089a2d3 commit a9e1feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: temurin

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3

- name: Check
run: ./gradlew check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: temurin

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3

- name: Check
run: ./gradlew check
Expand Down

0 comments on commit a9e1feb

Please sign in to comment.