Skip to content

Commit

Permalink
Update update-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 authored Sep 27, 2024
1 parent 30e82ea commit 3740fa8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
repository: ${{ github.repository }}
ref: ${{ inputs.branch }}

- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'

- name: Update Gradle Version
run: |
echo "Updating to version: ${{inputs.milestone}}"
Expand Down

0 comments on commit 3740fa8

Please sign in to comment.