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