Skip to content

Commit 3be411e

Browse files
committed
Update Python version to 3.14 and adjust workflow settings
1 parent 9e2974f commit 3be411e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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
@@ -54,7 +54,7 @@ jobs:
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
@@ -79,7 +79,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)