File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
- name : Set up OpenJDK ${{ env.JDK_VER }}
50
50
uses : actions/setup-java@v4
51
51
with :
52
- distribution : ' adopt '
52
+ distribution : ' temurin '
53
53
java-version : ${{ env.JDK_VER }}
54
54
- name : Set up Dapr CLI
55
55
run : wget -q ${{ env.DAPR_INSTALL_URL }} -O - | /bin/bash -s ${{ env.DAPR_CLI_VER }}
@@ -158,7 +158,7 @@ jobs:
158
158
- name : Set up OpenJDK ${{ env.JDK_VER }}
159
159
uses : actions/setup-java@v4
160
160
with :
161
- distribution : ' adopt '
161
+ distribution : ' temurin '
162
162
java-version : ${{ env.JDK_VER }}
163
163
- name : Get pom parent version
164
164
run : |
Original file line number Diff line number Diff line change 47
47
- name : Set up OpenJDK ${{ env.JDK_VER }}
48
48
uses : actions/setup-java@v4
49
49
with :
50
- distribution : ' adopt '
50
+ distribution : ' temurin '
51
51
java-version : ${{ env.JDK_VER }}
52
52
- name : Set up Dapr CLI
53
53
run : wget -q ${{ env.DAPR_INSTALL_URL }} -O - | /bin/bash -s ${{ env.DAPR_CLI_VER }}
You can’t perform that action at this time.
0 commit comments