Skip to content

Commit

Permalink
GitHub Actions: Migrate gradle/gradle-build-action to gradle/actions/…
Browse files Browse the repository at this point in the history
…setup-gradle.
  • Loading branch information
rhdunn committed Nov 20, 2024
1 parent 1cee8bb commit 92091da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
distribution: 'temurin'

- name: Setup Gradle ${{ env.GRADLE_VERSION }}
uses: gradle/[email protected]
uses: gradle/actions/[email protected]
with:
gradle-version: ${{ env.GRADLE_VERSION }}

Expand Down

0 comments on commit 92091da

Please sign in to comment.