File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 - name : Set up OpenJDK ${{ env.JDK_VER }}
5050 uses : actions/setup-java@v4
5151 with :
52- distribution : ' adopt '
52+ distribution : ' temurin '
5353 java-version : ${{ env.JDK_VER }}
5454 - name : Set up Dapr CLI
5555 run : wget -q ${{ env.DAPR_INSTALL_URL }} -O - | /bin/bash -s ${{ env.DAPR_CLI_VER }}
@@ -158,7 +158,7 @@ jobs:
158158 - name : Set up OpenJDK ${{ env.JDK_VER }}
159159 uses : actions/setup-java@v4
160160 with :
161- distribution : ' adopt '
161+ distribution : ' temurin '
162162 java-version : ${{ env.JDK_VER }}
163163 - name : Get pom parent version
164164 run : |
Original file line number Diff line number Diff line change 4747 - name : Set up OpenJDK ${{ env.JDK_VER }}
4848 uses : actions/setup-java@v4
4949 with :
50- distribution : ' adopt '
50+ distribution : ' temurin '
5151 java-version : ${{ env.JDK_VER }}
5252 - name : Set up Dapr CLI
5353 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