File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Set Build Version
18
18
run : |
26
26
shell : pwsh
27
27
28
28
- name : Install .NET Core
29
- uses : actions/setup-dotnet@v3
29
+ uses : actions/setup-dotnet@v4
30
30
with :
31
- dotnet-version : 7.0.401
31
+ dotnet-version : 7.0.406
32
32
33
33
- name : Add the GitHub source
34
34
run : dotnet nuget add source --username USERNAME --password ${{secrets.GITHUB_TOKEN}} --store-password-in-clear-text --name "github.com" "https://nuget.pkg.github.com/fsprojects/index.json"
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
# This is necessary so that we have the tags.
17
17
fetch-depth : 0
28
28
shell : pwsh
29
29
30
30
- name : Install .NET Core
31
- uses : actions/setup-dotnet@v3
31
+ uses : actions/setup-dotnet@v4
32
32
with :
33
- dotnet-version : 7.0.401
33
+ dotnet-version : 7.0.406
34
34
35
35
- name : Install local tools
36
36
run : dotnet tool restore
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
17
17
fail-fast : false
18
18
matrix :
19
19
os : [ubuntu-latest, windows-latest, macOS-latest]
20
- dotnet : [7.0.401 ]
20
+ dotnet : [7.0.406 ]
21
21
runs-on : ${{ matrix.os }}
22
22
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
26
26
- name : Setup .NET Core
27
- uses : actions/setup-dotnet@v3
27
+ uses : actions/setup-dotnet@v4
28
28
with :
29
29
dotnet-version : ${{ matrix.dotnet }}
30
30
You can’t perform that action at this time.
0 commit comments