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 30
30
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
35
35
# Initializes the CodeQL tools for scanning.
36
36
- name : Initialize CodeQL
51
51
uses : github/codeql-action/autobuild@v2
52
52
53
53
- name : Setup JDK
54
- uses : actions/setup-java@v4
54
+ uses : actions/setup-java@v5
55
55
if : ${{ matrix.language == 'java' }}
56
56
with :
57
57
java-version : 17
Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
31
31
# Need to use JDK 11 to build for JDK 8
32
32
- name : Set JDK
41
41
fi
42
42
43
43
# Sets up the specified JDK version from the matrix
44
- - uses : actions/setup-java@v4
44
+ - uses : actions/setup-java@v5
45
45
with :
46
46
java-version : ${{ steps.set-jdk.outputs.JDK_VERSION }}
47
47
distribution : microsoft
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
27
27
# Need to use JDK 11 to build for JDK 8
28
28
- name : Set JDK
36
36
echo "JDK_VERSION=$version" >> $GITHUB_OUTPUT
37
37
fi
38
38
39
- - uses : actions/setup-java@v4
39
+ - uses : actions/setup-java@v5
40
40
with :
41
41
java-version : ${{ steps.set-jdk.outputs.JDK_VERSION }}
42
42
distribution : microsoft
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
22
22
# Sets up the specified JDK version from the matrix
23
- - uses : actions/setup-java@v4
23
+ - uses : actions/setup-java@v5
24
24
with :
25
25
java-version : 11
26
26
distribution : microsoft
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
# check out the latest version of the code
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
18
18
# Checks the status of hyperlinks in .md files in verbose mode
19
19
- name : Check links
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Check out code
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
25
25
- name : Use custom config file
26
26
uses : crate-ci/typos@master
You can’t perform that action at this time.
0 commit comments