File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 dist :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v3
1010 - name : Setup Python
1111 uses : actions/setup-python@v2
1212 with :
Original file line number Diff line number Diff line change 55 build-and-deploy :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v2
8+ - uses : actions/checkout@v3
99 - name : Setup Python
1010 uses : actions/setup-python@v2
1111 with :
Original file line number Diff line number Diff line change 66 run-all-files :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v3
1010 - name : Setup Python 3.7
1111 uses : actions/setup-python@v2
1212 with :
Original file line number Diff line number Diff line change 1919 with :
2020 username : ${{ secrets.DOCKERHUB_USERNAME }}
2121 password : ${{ secrets.DOCKERHUB_TOKEN }}
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2323 - name : Build and push
2424 id : docker_build
2525 uses : docker/build-push-action@v2
Original file line number Diff line number Diff line change 3535 max-parallel : 4
3636
3737 steps :
38- - uses : actions/checkout@v2
38+ - uses : actions/checkout@v3
3939 with :
4040 fetch-depth : 2
4141 - name : Setup Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments