aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-07-15 11:04:08 -0500
committerGitHub <[email protected]>2026-07-15 11:04:08 -0500
commit0239e959d24ea547646eded3bc0dc6296e2c4321 (patch)
treeb57835ad83dd3769d70aa67fb5bf70569b4dcd62
parente6b784d598b6c0435d1716344902893eae165e81 (diff)
downloadskunky-art-0239e959d24ea547646eded3bc0dc6296e2c4321.tar.gz
skunky-art-0239e959d24ea547646eded3bc0dc6296e2c4321.tar.bz2
skunky-art-0239e959d24ea547646eded3bc0dc6296e2c4321.zip
Bump docker/setup-buildx-action from 3 to 4 (#5)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7157445..83aaab5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
# The Dockerfile cross-compiles with Go's GOOS/GOARCH from $BUILDPLATFORM,
# so no QEMU emulation is needed for the arm64 image.
- name: Set up Buildx
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
- name: Log in to ${{ env.REGISTRY }}
uses: docker/login-action@v3