Skip to content

Commit b8ae6e6

Browse files
authored
Merge pull request #887 from sir-gon/renovate/docker-setup-buildx-action-4.x
Update docker/setup-buildx-action action to v4
2 parents 8f35766 + 7b44cac commit b8ae6e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323

2424
- name: Set up Docker Buildx
25-
uses: docker/setup-buildx-action@v3
25+
uses: docker/setup-buildx-action@v4
2626

2727
- name: "LINT: Build and push"
2828
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)