File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 - run : pip install -r python/requirements.txt
5555
5656 - name : Set up JDK ${{ matrix.jdk }}
57- uses : actions/setup-java@v4
57+ uses : actions/setup-java@v5
5858 with :
5959 java-version : ${{ matrix.jdk }}
6060 distribution : ' adopt'
8282 architecture : ' x64'
8383
8484 - name : Set up JDK ${{ env.DEFAULT_JAVA_VERSION }}
85- uses : actions/setup-java@v4
85+ uses : actions/setup-java@v5
8686 with :
8787 java-version : ${{ env.DEFAULT_JAVA_VERSION }}
8888 distribution : ' adopt'
@@ -128,7 +128,7 @@ jobs:
128128 - run : pip install -r python/requirements.txt
129129
130130 - name : Set up JDK ${{ matrix.jdk }}
131- uses : actions/setup-java@v4
131+ uses : actions/setup-java@v5
132132 with :
133133 java-version : ${{ matrix.jdk }}
134134 distribution : ' adopt'
You can’t perform that action at this time.
0 commit comments