File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5151 uses : github/codeql-action/autobuild@v2
5252
5353 - name : Setup JDK
54- uses : actions/setup-java@v4
54+ uses : actions/setup-java@v5
5555 if : ${{ matrix.language == 'java' }}
5656 with :
5757 java-version : 17
Original file line number Diff line number Diff line change 4141 fi
4242
4343 # Sets up the specified JDK version from the matrix
44- - uses : actions/setup-java@v4
44+ - uses : actions/setup-java@v5
4545 with :
4646 java-version : ${{ steps.set-jdk.outputs.JDK_VERSION }}
4747 distribution : microsoft
Original file line number Diff line number Diff line change 3636 echo "JDK_VERSION=$version" >> $GITHUB_OUTPUT
3737 fi
3838
39- - uses : actions/setup-java@v4
39+ - uses : actions/setup-java@v5
4040 with :
4141 java-version : ${{ steps.set-jdk.outputs.JDK_VERSION }}
4242 distribution : microsoft
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v5
2121
2222 # Sets up the specified JDK version from the matrix
23- - uses : actions/setup-java@v4
23+ - uses : actions/setup-java@v5
2424 with :
2525 java-version : 11
2626 distribution : microsoft
You can’t perform that action at this time.
0 commit comments