Skip to content

Commit 1ab020b

Browse files
authored
Merge pull request #27 from f-koehler/renovate/docker-setup-buildx-action-3.x
Update docker/setup-buildx-action action to v3.11.1
2 parents c8805b3 + 051b982 commit 1ab020b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# multi-platform images and export cache
3939
# https://github.com/docker/setup-buildx-action
4040
- name: Set up Docker Buildx
41-
uses: docker/setup-buildx-action@v3.10.0
41+
uses: docker/setup-buildx-action@v3.11.1
4242

4343
# Login against a Docker registry except on PR
4444
# https://github.com/docker/login-action

0 commit comments

Comments
 (0)