Skip to content

Commit 9e2974f

Browse files
committed
Update GitHub Actions to use latest Docker and Python setup actions
1 parent 2310418 commit 9e2974f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

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

1616
- name: Setup Python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: "3.13"
2020

2121
- name: Build for linux/amd64
22-
uses: docker/build-push-action@v5
22+
uses: docker/build-push-action@v6
2323
with:
2424
build-args: |
2525
VCS_REF=${{ github.sha }}
@@ -52,12 +52,12 @@ jobs:
5252
password: ${{ secrets.DOCKERHUB_TOKEN }}
5353

5454
- name: Setup Python
55-
uses: actions/setup-python@v5
55+
uses: actions/setup-python@v6
5656
with:
5757
python-version: "3.13"
5858

5959
- name: Build for linux/arm64
60-
uses: docker/build-push-action@v5
60+
uses: docker/build-push-action@v6
6161
with:
6262
build-args: |
6363
VCS_REF=${{ github.sha }}

0 commit comments

Comments
 (0)