File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
env :
8
8
DOTNET_NOLOGO : true
9
9
steps :
10
- - uses : actions/checkout@v2
11
- - uses : actions/setup-dotnet@v1
10
+ - uses : actions/checkout@v3
11
+ - uses : actions/setup-dotnet@v3
12
12
with :
13
13
dotnet-version : |
14
14
3.1.x
25
25
env :
26
26
DOTNET_NOLOGO : true
27
27
steps :
28
- - uses : actions/checkout@v2
29
- - uses : actions/setup-dotnet@v1
28
+ - uses : actions/checkout@v3
29
+ - uses : actions/setup-dotnet@v3
30
30
with :
31
31
dotnet-version : |
32
32
3.1.x
Original file line number Diff line number Diff line change 7
7
windows :
8
8
runs-on : windows-latest
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v3
11
11
- name : Get the version
12
12
id : get_version
13
13
run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
Original file line number Diff line number Diff line change 8
8
runs-on : windows-latest
9
9
if : " !github.event.release.prerelease"
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
- name : Get the version
13
13
id : get_version
14
14
run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
You can’t perform that action at this time.
0 commit comments