File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v2.4.0
14+ - uses : actions/checkout@v3.0.2
1515
1616 - name : Build the Docker image
1717 env :
Original file line number Diff line number Diff line change 1616 runs-on : " ubuntu-20.04"
1717
1818 steps :
19- - uses : actions/checkout@v2.4.0
19+ - uses : actions/checkout@v3.0.2
2020
2121 - name : Build and publish a Docker image for ${{ github.repository }}
2222 uses : macbre/push-to-ghcr@master
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2.4.0
16+ - uses : actions/checkout@v3.0.2
1717 - name : Set up Python
1818 uses : actions/setup-python@v2
1919 with :
Original file line number Diff line number Diff line change 3737 options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
3838
3939 steps :
40- - uses : actions/checkout@v2.4.0
40+ - uses : actions/checkout@v3.0.2
4141 - name : Set up Python
4242 uses : actions/setup-python@v2
4343 with :
Original file line number Diff line number Diff line change 4141 options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
4242
4343 steps :
44- - uses : actions/checkout@v2.4.0
44+ - uses : actions/checkout@v3.0.2
4545 - name : Set up Python
4646 uses : actions/setup-python@v1
4747 with :
You can’t perform that action at this time.
0 commit comments