mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2025-01-13 11:47:12 +01:00
Update actions/setup-java action to v4.5.0 (#30)
This commit is contained in:
parent
4c0477cc3a
commit
a89df6a51d
2
.github/workflows/build_app.yml
vendored
2
.github/workflows/build_app.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
ref: ${{ github.event.inputs.git-ref }}
|
ref: ${{ github.event.inputs.git-ref }}
|
||||||
|
|
||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
|
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
|
||||||
with:
|
with:
|
||||||
java-version: 17
|
java-version: 17
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
|
Loading…
Reference in New Issue
Block a user