Skip to content

Commit b8741af

Browse files
authored
Update action.yml
1 parent 01425c7 commit b8741af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
uses: actions/setup-java@v4
2929
with:
3030
distribution: 'temurin'
31-
java-version: '20'
31+
java-version: '21'
3232
- name: "Print inputs"
3333
run: |
3434
echo "command: ${{ inputs.command }}"

0 commit comments

Comments
 (0)