Skip to content

Commit

Permalink
Update update-gradle-wrapper.yml (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansman authored Mar 24, 2024
1 parent d11af6e commit caece06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2

- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '19'

- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@v1
with:
repo-token: ${{ secrets.GRADLE_WRAPPER_UPDATE_TOKEN }}

0 comments on commit caece06

Please sign in to comment.