Alternative privacy frontend for DeviantArt.
clone: git clone https://gitbay.org/krz/skunky-art.git
0239e959d24ea547646eded3bc0dc6296e2c4321
signed_unknown_key
author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> · 2026-07-15T16:04:08Z
committer: <noreply@github.com>
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/release.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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