summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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 5e260d24..3843439e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -156,7 +156,7 @@ jobs:
uses: docker/setup-qemu-action@v3 # Action page: <https://github.com/docker/setup-qemu-action>
- name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v2 # Action page: <https://github.com/docker/setup-buildx-action>
+ uses: docker/setup-buildx-action@v3 # Action page: <https://github.com/docker/setup-buildx-action>
- name: Login to Docker Hub
uses: docker/login-action@v3