File tree 8 files changed +34
-34
lines changed
8 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 23
23
name : " Spell check"
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v3
27
27
name : Check out the code
28
- - uses : actions/ setup-node@v1
28
+ - uses : setup-node@v3
29
29
name : Setup node
30
30
with :
31
31
node-version : " 16"
Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ jobs:
31
31
os : [ubuntu-latest]
32
32
33
33
steps :
34
- - uses : actions/checkout@v2
34
+ - uses : actions/checkout@v3
35
35
36
36
- name : Install .NET Core 6.0.x
37
- uses : actions/setup-dotnet@v1
37
+ uses : actions/setup-dotnet@v3
38
38
with :
39
39
dotnet-version : 6.0.x
40
40
41
41
- name : Install Node.js
42
- uses : actions/ setup-node@v1
42
+ uses : setup-node@v3
43
43
with :
44
44
node-version : ${{ env.node_version }}
45
45
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
15
15
steps :
16
16
- name : Checkout code
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v3
18
18
19
19
- name : Install .NET 6
20
- uses : actions/setup-dotnet@v1
20
+ uses : actions/setup-dotnet@v3
21
21
with :
22
22
dotnet-version : ${{ env.dotnet_core_version }}
23
23
27
27
28
28
- name : Publish to NuGet
29
29
run : |
30
- find . -name '*.nupkg' -exec dotnet nuget push "{}" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_DEPLOY_KEY }} --skip-duplicate \;
31
- # find . -name '*.snupkg' -exec dotnet nuget push "{}" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_DEPLOY_KEY }} \;
30
+ find . -name '*.nupkg' -exec dotnet nuget push "{}" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate \;
31
+ # find . -name '*.snupkg' -exec dotnet nuget push "{}" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} \;
32
32
shell : bash
Original file line number Diff line number Diff line change @@ -42,25 +42,25 @@ jobs:
42
42
--health-retries 5
43
43
44
44
steps :
45
- - uses : actions/checkout@v2
45
+ - uses : actions/checkout@v3
46
46
47
47
- name : Install .NET Core 3.1.x
48
- uses : actions/setup-dotnet@v1
48
+ uses : actions/setup-dotnet@v3
49
49
with :
50
50
dotnet-version : 3.1.x
51
51
52
52
- name : Install .NET Core 5.0.x
53
- uses : actions/setup-dotnet@v1
53
+ uses : actions/setup-dotnet@v3
54
54
with :
55
55
dotnet-version : 5.0.x
56
56
57
57
- name : Install .NET Core 6.0.x
58
- uses : actions/setup-dotnet@v1
58
+ uses : actions/setup-dotnet@v3
59
59
with :
60
60
dotnet-version : 6.0.x
61
61
62
62
- name : Install Node.js
63
- uses : actions/ setup-node@v1
63
+ uses : setup-node@v3
64
64
with :
65
65
node-version : ${{ env.node_version }}
66
66
Original file line number Diff line number Diff line change @@ -42,25 +42,25 @@ jobs:
42
42
--health-retries 5
43
43
44
44
steps :
45
- - uses : actions/checkout@v2
45
+ - uses : actions/checkout@v3
46
46
47
47
- name : Install .NET Core 3.1.x
48
- uses : actions/setup-dotnet@v1
48
+ uses : actions/setup-dotnet@v3
49
49
with :
50
50
dotnet-version : 3.1.x
51
51
52
52
- name : Install .NET Core 5.0.x
53
- uses : actions/setup-dotnet@v1
53
+ uses : actions/setup-dotnet@v3
54
54
with :
55
55
dotnet-version : 5.0.x
56
56
57
57
- name : Install .NET Core 6.0.x
58
- uses : actions/setup-dotnet@v1
58
+ uses : actions/setup-dotnet@v3
59
59
with :
60
60
dotnet-version : 6.0.x
61
61
62
62
- name : Install Node.js
63
- uses : actions/ setup-node@v1
63
+ uses : setup-node@v3
64
64
with :
65
65
node-version : ${{ env.node_version }}
66
66
Original file line number Diff line number Diff line change @@ -42,25 +42,25 @@ jobs:
42
42
--health-retries 5
43
43
44
44
steps :
45
- - uses : actions/checkout@v2
45
+ - uses : actions/checkout@v3
46
46
47
47
- name : Install .NET Core 3.1.x
48
- uses : actions/setup-dotnet@v1
48
+ uses : actions/setup-dotnet@v3
49
49
with :
50
50
dotnet-version : 3.1.x
51
51
52
52
- name : Install .NET Core 5.0.x
53
- uses : actions/setup-dotnet@v1
53
+ uses : actions/setup-dotnet@v3
54
54
with :
55
55
dotnet-version : 5.0.x
56
56
57
57
- name : Install .NET Core 6.0.x
58
- uses : actions/setup-dotnet@v1
58
+ uses : actions/setup-dotnet@v3
59
59
with :
60
60
dotnet-version : 6.0.x
61
61
62
62
- name : Install Node.js
63
- uses : actions/ setup-node@v1
63
+ uses : setup-node@v3
64
64
with :
65
65
node-version : ${{ env.node_version }}
66
66
Original file line number Diff line number Diff line change @@ -42,25 +42,25 @@ jobs:
42
42
--health-retries 5
43
43
44
44
steps :
45
- - uses : actions/checkout@v2
45
+ - uses : actions/checkout@v3
46
46
47
47
- name : Install .NET Core 3.1.x
48
- uses : actions/setup-dotnet@v1
48
+ uses : actions/setup-dotnet@v3
49
49
with :
50
50
dotnet-version : 3.1.x
51
51
52
52
- name : Install .NET Core 5.0.x
53
- uses : actions/setup-dotnet@v1
53
+ uses : actions/setup-dotnet@v3
54
54
with :
55
55
dotnet-version : 5.0.x
56
56
57
57
- name : Install .NET Core 6.0.x
58
- uses : actions/setup-dotnet@v1
58
+ uses : actions/setup-dotnet@v3
59
59
with :
60
60
dotnet-version : 6.0.x
61
61
62
62
- name : Install Node.js
63
- uses : actions/ setup-node@v1
63
+ uses : setup-node@v3
64
64
with :
65
65
node-version : ${{ env.node_version }}
66
66
Original file line number Diff line number Diff line change @@ -42,25 +42,25 @@ jobs:
42
42
--health-retries 5
43
43
44
44
steps :
45
- - uses : actions/checkout@v2
45
+ - uses : actions/checkout@v3
46
46
47
47
- name : Install .NET Core 3.1.x
48
- uses : actions/setup-dotnet@v1
48
+ uses : actions/setup-dotnet@v3
49
49
with :
50
50
dotnet-version : 3.1.x
51
51
52
52
- name : Install .NET Core
53
- uses : actions/setup-dotnet@v1
53
+ uses : actions/setup-dotnet@v3
54
54
with :
55
55
dotnet-version : 5.0.x
56
56
57
57
- name : Install .NET Core 6.0.x
58
- uses : actions/setup-dotnet@v1
58
+ uses : actions/setup-dotnet@v3
59
59
with :
60
60
dotnet-version : 6.0.x
61
61
62
62
- name : Install Node.js
63
- uses : actions/ setup-node@v1
63
+ uses : setup-node@v3
64
64
with :
65
65
node-version : ${{ env.node_version }}
66
66
You can’t perform that action at this time.
0 commit comments