File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
- 3306:3306
31
31
32
32
steps :
33
- - uses : actions/checkout@v2.3.5
33
+ - uses : actions/checkout@v2.4.0
34
34
- uses : actions/setup-java@v2
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@v2.3.5
26
+ - uses : actions/checkout@v2.4.0
27
27
- uses : actions/setup-python@v2
28
28
with :
29
29
python-version : 3.9
Original file line number Diff line number Diff line change 30
30
- 3306:3306
31
31
32
32
steps :
33
- - uses : actions/checkout@v2.3.5
33
+ - uses : actions/checkout@v2.4.0
34
34
35
35
- uses : actions/setup-go@v2
36
36
with :
Original file line number Diff line number Diff line change 12
12
id : prep
13
13
run : |
14
14
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
15
- - uses : actions/checkout@v2.3.5
15
+ - uses : actions/checkout@v2.4.0
16
16
- uses : docker/setup-buildx-action@v1
17
17
- uses : docker/setup-qemu-action@v1
18
18
You can’t perform that action at this time.
0 commit comments