Skip to content

Commit f20b126

Browse files
Bump docker/setup-buildx-action from 3 to 4 (#54)
1 parent 02df9c5 commit f20b126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v6
3030
- uses: docker/setup-qemu-action@v4
31-
- uses: docker/setup-buildx-action@v3
31+
- uses: docker/setup-buildx-action@v4
3232
- uses: docker/login-action@v4
3333
with:
3434
registry: ${{ env.REGISTRY }}

0 commit comments

Comments
 (0)