File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
build :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v3
7
+ - uses : actions/checkout@v4
8
8
- uses : bufbuild/buf-setup-action@v1
9
9
- uses : bufbuild/buf-lint-action@v1
Original file line number Diff line number Diff line change 30
30
- 3306:3306
31
31
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
- uses : actions/setup-java@v3
35
35
with :
36
36
distribution : ' adopt'
Original file line number Diff line number Diff line change 23
23
options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
24
24
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
- uses : actions/setup-python@v4
28
28
with :
29
29
python-version : 3.9
Original file line number Diff line number Diff line change 9
9
if : ${{ github.ref == 'refs/heads/main' }}
10
10
runs-on : windows-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- uses : actions/setup-go@v4
14
14
with :
15
15
go-version : ' 1.21.0'
19
19
if : ${{ github.ref == 'refs/heads/main' }}
20
20
runs-on : macos-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- uses : actions/setup-go@v4
24
24
with :
25
25
go-version : ' 1.21.0'
50
50
- 3306:3306
51
51
52
52
steps :
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v4
54
54
- uses : actions/setup-go@v4
55
55
with :
56
56
go-version : ' 1.21.0'
92
92
timeout-minutes : 5
93
93
94
94
steps :
95
- - uses : actions/checkout@v3
95
+ - uses : actions/checkout@v4
96
96
- uses : actions/setup-go@v4
97
97
with :
98
98
go-version : ' 1.21.0'
Original file line number Diff line number Diff line change 17
17
# needed because the postgres container does not provide a healthcheck
18
18
options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- uses : actions/setup-go@v4
22
22
with :
23
23
go-version : ' 1.20.7'
You can’t perform that action at this time.
0 commit comments