Skip to content

Commit 41ddcf4

Browse files
Update docker/setup-buildx-action action to v4 (#125)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent af56c58 commit 41ddcf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v6
1515
- uses: docker/setup-qemu-action@v4
16-
- uses: docker/setup-buildx-action@v3
16+
- uses: docker/setup-buildx-action@v4
1717
- uses: docker/login-action@v4
1818
with:
1919
registry: ghcr.io

0 commit comments

Comments
 (0)