Skip to content

Commit b59254b

Browse files
Update docker/setup-buildx-action action to v4 (#476)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0817243 commit b59254b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v6
1717

1818
- name: Prepare Docker
19-
uses: docker/setup-buildx-action@v3
19+
uses: docker/setup-buildx-action@v4
2020

2121
- name: Access Docker
2222
uses: docker/login-action@v4

0 commit comments

Comments
 (0)