Skip to content

Commit 81a37fc

Browse files
authored
Merge pull request #507 from nanotaboada/dependabot/github_actions/docker/setup-buildx-action-4.0.0
chore(deps): bump docker/setup-buildx-action from 3.12.0 to 4.0.0
2 parents d28e22a + 92a873b commit 81a37fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
password: ${{ secrets.GITHUB_TOKEN }}
9393

9494
- name: Set up Docker Buildx
95-
uses: docker/setup-buildx-action@v3.12.0
95+
uses: docker/setup-buildx-action@v4.0.0
9696

9797
- name: Build and push Docker image to GitHub Container Registry
9898
uses: docker/build-push-action@v6.19.2

0 commit comments

Comments
 (0)