Skip to content

Commit a240cc4

Browse files
authored
Merge pull request #511 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 91998bc + cafa11c commit a240cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-cd.yml

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

110110
- name: Set up Docker Buildx
111-
uses: docker/setup-buildx-action@v3.12.0
111+
uses: docker/setup-buildx-action@v4.0.0
112112

113113
- name: Build and push Docker image
114114
uses: docker/build-push-action@v6.19.2

0 commit comments

Comments
 (0)