File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434
3535 # Initializes the CodeQL tools for scanning.
3636 - name : Initialize CodeQL
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 2626
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030
3131 # Need to use JDK 11 to build for JDK 8
3232 - name : Set JDK
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 2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626
2727 # Need to use JDK 11 to build for JDK 8
2828 - name : Set JDK
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 @@ -17,10 +17,10 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ 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
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 # check out the latest version of the code
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 # Checks the status of hyperlinks in .md files in verbose mode
1919 - name : Check links
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Check out code
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424
2525 - name : Use custom config file
2626 uses : crate-ci/typos@master
You can’t perform that action at this time.
0 commit comments