Compare commits
2 Commits
c026eec4bf
...
78a76a7ffd
| Author | SHA1 | Date | |
|---|---|---|---|
| 78a76a7ffd | |||
| 135e24ff9a |
@ -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@v1
|
uses: actions/setup-java@v4
|
||||||
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@v1
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: 21
|
java-version: 21
|
||||||
distribution: "adopt"
|
distribution: "adopt"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user