Skip to content

Commit

Permalink
Migrate to gradle/actions/setup-gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Apr 19, 2024
1 parent ff5a2ca commit 57b179f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-build-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
with:
additional-java-version: ${{ inputs.additional-java-version }}
- name: Init Gradle Build Action
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v3
with:
cache-read-only: ${{ github.ref != 'refs/heads/master' }}
- name: 'Gradle javaToolchains'
Expand Down

0 comments on commit 57b179f

Please sign in to comment.