File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@v4
38
+ uses : actions/checkout@v5
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 18
18
name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
19
19
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- name : Set up JDK
23
23
uses : actions/setup-java@v5
24
24
with :
39
39
name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
40
40
41
41
steps :
42
- - uses : actions/checkout@v4
42
+ - uses : actions/checkout@v5
43
43
- name : Configure pagefile
44
44
uses : al-cheb/configure-pagefile-action@v1.4
45
45
with :
Original file line number Diff line number Diff line change 12
12
release-snapshot :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- name : Set up JDK
17
17
uses : actions/setup-java@v5
18
18
with :
You can’t perform that action at this time.
0 commit comments