Skip to content

Commit 54934dc

Browse files
Update action versions to latest
1 parent 95f5316 commit 54934dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-image.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ jobs:
3232
tags:
3333
- ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2
3434
steps:
35-
- uses: actions/checkout@v3
36-
- uses: docker/setup-buildx-action@v2
37-
- uses: docker/setup-qemu-action@v2
38-
- uses: docker/login-action@v2
35+
- uses: actions/checkout@v4
36+
- uses: docker/setup-buildx-action@v3
37+
- uses: docker/setup-qemu-action@v3
38+
- uses: docker/login-action@v3
3939
with:
4040
registry: ghcr.io
4141
username: ${{ github.repository_owner }}
4242
password: ${{ secrets.SWIFTWASM_PERSONAL_TOKEN }}
4343
- name: Push ${{ matrix.dockerfile }}
44-
uses: docker/build-push-action@v3
44+
uses: docker/build-push-action@v6
4545
with:
4646
platforms: ${{ matrix.platforms }}
4747
context: .

0 commit comments

Comments
 (0)