Skip to content

Commit 5df7687

Browse files
authored
Merge pull request #335 from nanotaboada/dependabot/github_actions/docker/setup-buildx-action-3.12.0
chore(deps): Bump docker/setup-buildx-action from 3.11.1 to 3.12.0
2 parents e208f1d + d1073da commit 5df7687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

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

129129
- name: Set up Docker Buildx
130-
uses: docker/setup-buildx-action@v3.11.1
130+
uses: docker/setup-buildx-action@v3.12.0
131131

132132
- name: Build and push Docker image to GitHub Container Registry
133133
uses: docker/build-push-action@v6.18.0

0 commit comments

Comments
 (0)