File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v2
22
22
with :
23
23
fetch-depth : 0
24
- ref : 1.0.19 -release
24
+ ref : 1.0.20 -release
25
25
26
26
- name : merge commits from main to release branch
27
27
run : |
@@ -109,7 +109,7 @@ jobs:
109
109
- uses : actions/checkout@v2
110
110
with :
111
111
fetch-depth : 0
112
- ref : 1.0.19 -release
112
+ ref : 1.0.20 -release
113
113
114
114
- name : merge commits from main to release branch
115
115
run : |
Original file line number Diff line number Diff line change 4
4
5
5
on :
6
6
push :
7
- branches : [ main, 1.0.18 -release, 1.0.19-release ]
7
+ branches : [ main, 1.0.20 -release, 1.0.19-release ]
8
8
pull_request :
9
- branches : [ main, 1.0.18 -release, 1.0.19-release ]
9
+ branches : [ main, 1.0.20 -release, 1.0.19-release ]
10
10
11
11
jobs :
12
12
build-and-test :
Original file line number Diff line number Diff line change 7
7
strategy :
8
8
fail-fast : false
9
9
matrix :
10
- branch : [ main, 1.0.19-release, 1.0.18 -release ]
10
+ branch : [ main, 1.0.19-release, 1.0.20 -release ]
11
11
runs-on : windows-latest
12
12
steps :
13
13
- name : configure Pagefile
You can’t perform that action at this time.
0 commit comments