File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
unit-tests-linux :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
31
31
unit-tests-windows :
32
32
runs-on : windows-latest
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
with :
36
36
fetch-depth : 0
37
37
Original file line number Diff line number Diff line change 17
17
OS : ${{ matrix.os }}
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 0
23
23
Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Check out code
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Setup .NET Core 7.0
24
24
uses : actions/setup-dotnet@v3
Original file line number Diff line number Diff line change 19
19
ports :
20
20
- 8013:8013
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
with :
24
24
fetch-depth : 0
25
25
Original file line number Diff line number Diff line change 17
17
token : ${{secrets.GITHUB_TOKEN}}
18
18
default-branch : main
19
19
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
if : ${{ steps.release.outputs.releases_created }}
22
22
with :
23
23
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments