File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 dist :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2727 - name : Setup Python
2828 uses : actions/setup-python@v5
2929 with :
Original file line number Diff line number Diff line change 2222 build-and-deploy :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 0
2828 - name : Setup Python
Original file line number Diff line number Diff line change 3434 password : ${{ secrets.DOCKERHUB_TOKEN }}
3535
3636 - name : Check out the repo
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v6
3838
3939 - name : Extract metadata (tags, labels) for Docker Hub
4040 id : meta_dockerhub
Original file line number Diff line number Diff line change 3232 fail-fast : false
3333
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v6
3636 with :
3737 fetch-depth : 2
3838 - name : Setup Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments