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@v3
9+ - uses : actions/checkout@v4
1010 - name : Setup Python
1111 uses : actions/setup-python@v4
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@v3
8+ - uses : actions/checkout@v4
99 - name : Setup Python
1010 uses : actions/setup-python@v4
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@v3
9+ - uses : actions/checkout@v4
1010 - name : Setup Python 3.8
1111 uses : actions/setup-python@v4
1212 with :
Original file line number Diff line number Diff line change 3232 password : ${{ secrets.DOCKERHUB_TOKEN }}
3333
3434 - name : Check out the repo
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636
3737 - name : Extract metadata (tags, labels) for Docker Hub
3838 id : meta_dockerhub
Original file line number Diff line number Diff line change 5858 max-parallel : 4
5959
6060 steps :
61- - uses : actions/checkout@v3
61+ - uses : actions/checkout@v4
6262 with :
6363 fetch-depth : 2
6464 - name : Setup Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments