File tree 4 files changed +19
-12
lines changed
4 files changed +19
-12
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+
4
+ - package-ecosystem : nuget
5
+ directory : " /"
6
+ schedule :
7
+ interval : weekly
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@v1
10
+ uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
13
- name : Setup .NET Core 6
14
- uses : actions/setup-dotnet@v1
14
+ uses : actions/setup-dotnet@v4
15
15
with :
16
16
dotnet-version : 6.x
17
17
- name : Setup .NET Core 8
18
- uses : actions/setup-dotnet@v1
18
+ uses : actions/setup-dotnet@v4
19
19
with :
20
20
dotnet-version : 8.x
21
21
- name : Build Reason
22
22
run : " echo ref: ${{github.ref}} event: ${{github.event_name}}"
23
23
- name : Build Version
24
24
shell : bash
25
25
run : |
26
- dotnet tool install --global minver-cli --version 5 .0.0
26
+ dotnet tool install --global minver-cli --version 6 .0.0
27
27
version=$(minver --tag-prefix v)
28
28
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
29
29
- name : Build
Original file line number Diff line number Diff line change 7
7
runs-on : macOS-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@v1
10
+ uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
13
- name : Setup .NET Core 6
14
- uses : actions/setup-dotnet@v1
14
+ uses : actions/setup-dotnet@v4
15
15
with :
16
16
dotnet-version : 6.x
17
17
- name : Setup .NET Core 8
18
- uses : actions/setup-dotnet@v1
18
+ uses : actions/setup-dotnet@v4
19
19
with :
20
20
dotnet-version : 8.x
21
21
- name : Build Reason
22
22
run : " echo ref: ${{github.ref}} event: ${{github.event_name}}"
23
23
- name : Build Version
24
24
shell : bash
25
25
run : |
26
- dotnet tool install --global minver-cli --version 5 .0.0
26
+ dotnet tool install --global minver-cli --version 6 .0.0
27
27
version=$(minver --tag-prefix v)
28
28
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
29
29
- name : Build
Original file line number Diff line number Diff line change 7
7
runs-on : windows-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@v1
10
+ uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
13
- name : Setup .NET Core 6
14
- uses : actions/setup-dotnet@v1
14
+ uses : actions/setup-dotnet@v4
15
15
with :
16
16
dotnet-version : 6.x
17
17
- name : Setup .NET Core 8
18
- uses : actions/setup-dotnet@v1
18
+ uses : actions/setup-dotnet@v4
19
19
with :
20
20
dotnet-version : 8.x
21
21
- name : Build Reason
22
22
run : " echo ref: ${{github.ref}} event: ${{github.event_name}}"
23
23
- name : Build Version
24
24
shell : bash
25
25
run : |
26
- dotnet tool install --global minver-cli --version 5 .0.0
26
+ dotnet tool install --global minver-cli --version 6 .0.0
27
27
version=$(minver --tag-prefix v)
28
28
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
29
29
- name : Build
You can’t perform that action at this time.
0 commit comments