Compare commits
No commits in common. "78a76a7ffd45f98a7b3befbce0cd07c0420412d5" and "c026eec4bff07c9fa1545226959aa6cf05f44ecb" have entirely different histories.
78a76a7ffd
...
c026eec4bf
@ -21,7 +21,7 @@ runs:
|
|||||||
env:
|
env:
|
||||||
IMAGE_NAME: ${{ inputs.image_name }}
|
IMAGE_NAME: ${{ inputs.image_name }}
|
||||||
- name: Setup Jvm
|
- name: Setup Jvm
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 21
|
java-version: 21
|
||||||
distribution: "adopt"
|
distribution: "adopt"
|
||||||
|
|||||||
@ -10,7 +10,7 @@ runs:
|
|||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Jvm
|
- name: Setup Jvm
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 21
|
java-version: 21
|
||||||
distribution: "adopt"
|
distribution: "adopt"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user