Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
9df19435e9 |
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ runs:
|
|||
using: 'composite'
|
||||
steps:
|
||||
- name: 'Setup Java'
|
||||
uses: actions/setup-java@v3
|
||||
uses: https://github.com/actions/setup-java@v3
|
||||
if: ${{ inputs.setup-java == 'true' }}
|
||||
with:
|
||||
java-version: 17
|
||||
|
|
Loading…
Reference in a new issue