File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 build :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v3
7+ - uses : actions/checkout@v4
88 - uses : bufbuild/buf-setup-action@v1
99 - uses : bufbuild/buf-lint-action@v1
Original file line number Diff line number Diff line change 3030 - 3306:3306
3131
3232 steps :
33- - uses : actions/checkout@v3
33+ - uses : actions/checkout@v4
3434 - uses : actions/setup-java@v3
3535 with :
3636 distribution : ' adopt'
Original file line number Diff line number Diff line change 2323 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2424
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 - uses : actions/setup-python@v4
2828 with :
2929 python-version : 3.9
Original file line number Diff line number Diff line change 99 if : ${{ github.ref == 'refs/heads/main' }}
1010 runs-on : windows-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - uses : actions/setup-go@v4
1414 with :
1515 go-version : ' 1.21.0'
1919 if : ${{ github.ref == 'refs/heads/main' }}
2020 runs-on : macos-latest
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 - uses : actions/setup-go@v4
2424 with :
2525 go-version : ' 1.21.0'
5050 - 3306:3306
5151
5252 steps :
53- - uses : actions/checkout@v3
53+ - uses : actions/checkout@v4
5454 - uses : actions/setup-go@v4
5555 with :
5656 go-version : ' 1.21.0'
9292 timeout-minutes : 5
9393
9494 steps :
95- - uses : actions/checkout@v3
95+ - uses : actions/checkout@v4
9696 - uses : actions/setup-go@v4
9797 with :
9898 go-version : ' 1.21.0'
Original file line number Diff line number Diff line change 1717 # needed because the postgres container does not provide a healthcheck
1818 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - uses : actions/setup-go@v4
2222 with :
2323 go-version : ' 1.20.7'
You can’t perform that action at this time.
0 commit comments