File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : Setup Python
1717 uses : actions/setup-python@v6
1818 with :
19- python-version : " 3.13 "
19+ python-version : " 3.14 "
2020
2121 - name : Build for linux/amd64
2222 uses : docker/build-push-action@v6
5454 - name : Setup Python
5555 uses : actions/setup-python@v6
5656 with :
57- python-version : " 3.13 "
57+ python-version : " 3.14 "
5858
5959 - name : Build for linux/arm64
6060 uses : docker/build-push-action@v6
7979
8080 finalize :
8181 needs : [build-amd64, build-arm64]
82- runs-on : ubuntu-22.04
82+ runs-on : ubuntu-latest
8383 steps :
8484 - name : Log into Docker Hub
8585 uses : docker/login-action@v3
@@ -104,7 +104,7 @@ jobs:
104104
105105 - name : Re-deploy depdendents
106106 if : ${{ github.ref == 'refs/heads/main' }}
107- uses : actions/github-script@v7
107+ uses : actions/github-script@v8
108108 with :
109109 github-token : ${{ secrets.DEPLOY50_PAT }}
110110 script : |
You can’t perform that action at this time.
0 commit comments