File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
# runs-on: ubuntu-latest
17
17
#
18
18
# steps:
19
- # - uses: actions/checkout@v1
19
+ # - uses: actions/checkout@v2.3.4
20
20
# - uses: actions/setup-dotnet@v1
21
21
# with:
22
22
# dotnet-version: '3.1.201'
28
28
runs-on : windows-latest
29
29
30
30
steps :
31
- - uses : actions/checkout@v1
31
+ - uses : actions/checkout@v2.3.4
32
32
33
33
- name : Run tests on Windows for all targets
34
34
run : dotnet test -c Release
38
38
needs : [test-win] # ,test-netcore-linux]
39
39
40
40
steps :
41
- - uses : actions/checkout@v1
41
+ - uses : actions/checkout@v2.3.4
42
42
43
43
- name : Create and push NuGet package
44
44
run : |
Original file line number Diff line number Diff line change 23
23
24
24
- name : Checkout repository
25
25
id : checkout_repo
26
- uses : actions/checkout@v2
26
+ uses : actions/checkout@v2.3.4
27
27
28
28
- name : Initialize CodeQL
29
29
id : init_codeql
Original file line number Diff line number Diff line change 7
7
runs-on : windows-latest
8
8
9
9
steps :
10
- - uses : actions/checkout@v1
10
+ - uses : actions/checkout@v2.3.4
11
11
- uses : actions/setup-dotnet@v1.8.0
12
12
with :
13
13
dotnet-version : ' 3.1.201'
19
19
runs-on : ubuntu-latest
20
20
21
21
steps :
22
- - uses : actions/checkout@v1
22
+ - uses : actions/checkout@v2.3.4
23
23
24
24
- name : Vuepress
25
25
run : |
You can’t perform that action at this time.
0 commit comments