File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 34
34
steps :
35
35
- uses : actions/checkout@v2
36
36
- name : Set up OpenJDK ${{ env.JDK_VER }}
37
- uses : actions/setup-java@v1
37
+ uses : actions/setup-java@v2.1.0
38
38
with :
39
+ distribution : ' adopt'
39
40
java-version : ${{ env.JDK_VER }}
40
41
- name : Set up Dapr CLI
41
42
run : wget -q ${{ env.DAPR_INSTALL_URL }} -O - | /bin/bash -s ${{ env.DAPR_CLI_VER }}
Original file line number Diff line number Diff line change 35
35
steps :
36
36
- uses : actions/checkout@v2
37
37
- name : Set up OpenJDK ${{ env.JDK_VER }}
38
- uses : actions/setup-java@v1
38
+ uses : actions/setup-java@v2.1.0
39
39
with :
40
+ distribution : ' adopt'
40
41
java-version : ${{ env.JDK_VER }}
41
42
- name : Set up Dapr CLI
42
43
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