File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-18.04
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v1
13+ uses : actions/checkout@v2
1414 - name : Install Go
1515 uses : actions/setup-go@v2
1616 with :
Original file line number Diff line number Diff line change 5050 with :
5151 go-version : ${{ matrix.go-version }}
5252 - name : Checkout code
53- uses : actions/checkout@v1
53+ uses : actions/checkout@v2
5454 - name : Install
5555 run : |
5656 git config --global user.email "github@spam.cozycloud.cc"
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-18.04
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v1
13+ uses : actions/checkout@v2
1414 - name : Install Go
1515 uses : actions/setup-go@v2
1616 with :
Original file line number Diff line number Diff line change 4343 with :
4444 ruby-version : ' 2.x'
4545 - name : Checkout code
46- uses : actions/checkout@v1
46+ uses : actions/checkout@v2
4747 - name : Install
4848 run : |
4949 curl -X PUT http://127.0.0.1:5984/{_users,_replicator}
Original file line number Diff line number Diff line change 77 runs-on : windows-latest
88 steps :
99 - name : Checkout code
10- uses : actions/checkout@v1
10+ uses : actions/checkout@v2
1111 with :
1212 fetch-depth : 1
1313 - name : Build
You can’t perform that action at this time.
0 commit comments