Skip to content

Commit 051b982

Browse files
Update docker/setup-buildx-action action to v3.11.1
1 parent c8805b3 commit 051b982

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)