File tree 4 files changed +14
-14
lines changed
4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
pack :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
20
- - uses : actions/setup-dotnet@v3
20
+ - uses : actions/setup-dotnet@v4
21
21
with :
22
22
dotnet-version : 6.0.x
23
23
@@ -37,11 +37,11 @@ jobs:
37
37
matrix :
38
38
os : [ubuntu-latest, windows-latest]
39
39
steps :
40
- - uses : actions/checkout@v3
40
+ - uses : actions/checkout@v4
41
41
with :
42
42
fetch-depth : 0
43
43
44
- - uses : actions/setup-dotnet@v3
44
+ - uses : actions/setup-dotnet@v4
45
45
with :
46
46
dotnet-version : |
47
47
6.0.x
Original file line number Diff line number Diff line change 9
9
pack :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
15
16
- - uses : actions/setup-dotnet@v3
16
+ - uses : actions/setup-dotnet@v4
17
17
with :
18
18
dotnet-version : 6.0.x
19
19
@@ -33,11 +33,11 @@ jobs:
33
33
matrix :
34
34
os : [ubuntu-latest, windows-latest]
35
35
steps :
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
with :
38
38
fetch-depth : 0
39
39
40
- - uses : actions/setup-dotnet@v3
40
+ - uses : actions/setup-dotnet@v4
41
41
with :
42
42
dotnet-version : |
43
43
6.0.x
@@ -54,11 +54,11 @@ jobs:
54
54
runs-on : ubuntu-latest
55
55
needs : [test]
56
56
steps :
57
- - uses : actions/checkout@v3
57
+ - uses : actions/checkout@v4
58
58
with :
59
59
fetch-depth : 0
60
60
61
- - uses : actions/setup-dotnet@v3
61
+ - uses : actions/setup-dotnet@v4
62
62
with :
63
63
dotnet-version : 6.0.x
64
64
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout repository
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Use Node.js 18
16
- uses : actions/setup-node@v3
16
+ uses : actions/setup-node@v4
17
17
with :
18
18
node-version : 18
19
19
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
20
20
21
21
steps :
22
22
- name : Checkout all commits and tags
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
if : ${{ github.event_name == 'pull_request' }}
25
25
with :
26
26
fetch-depth : 0
27
27
28
28
- name : Checkout single commit
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
if : ${{ github.event_name != 'pull_request' }}
31
31
32
32
- name : Pull request scan
You can’t perform that action at this time.
0 commit comments