Skip to content

Commit ebd0f9b

Browse files
Bump docker/setup-buildx-action from 3 to 4 (#158)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 261abae commit ebd0f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
type=semver,pattern={{major}}.{{minor}},value=v${{ inputs.version }}
6262
type=semver,pattern={{major}},value=v${{ inputs.version }}
6363
- uses: docker/setup-qemu-action@v4
64-
- uses: docker/setup-buildx-action@v3
64+
- uses: docker/setup-buildx-action@v4
6565
- uses: docker/login-action@v4
6666
with:
6767
registry: ghcr.io

0 commit comments

Comments
 (0)