Skip to content

Commit 5a4fa02

Browse files
committed
update Python and Docker build actions to latest versions
1 parent dfda13e commit 5a4fa02

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
password: ${{ secrets.DOCKERHUB_TOKEN }}
1616

1717
- name: Setup Python
18-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v6
1919
with:
20-
python-version: "3.13"
20+
python-version: "3.14"
2121

2222
- name: Build for linux/amd64
23-
uses: docker/build-push-action@v5
23+
uses: docker/build-push-action@v6
2424
with:
2525
build-args: |
2626
VCS_REF=${{ github.sha }}
@@ -60,12 +60,12 @@ jobs:
6060
password: ${{ secrets.DOCKERHUB_TOKEN }}
6161

6262
- name: Setup Python
63-
uses: actions/setup-python@v5
63+
uses: actions/setup-python@v6
6464
with:
65-
python-version: "3.13"
65+
python-version: "3.14"
6666

6767
- name: Build for linux/arm64
68-
uses: docker/build-push-action@v5
68+
uses: docker/build-push-action@v6
6969
with:
7070
build-args: |
7171
VCS_REF=${{ github.sha }}

0 commit comments

Comments
 (0)