Skip to content

Commit 764bfa0

Browse files
authored
Merge pull request #265 from nanotaboada/dependabot/github_actions/docker/setup-buildx-action-3.11.1
chore(deps): Bump docker/setup-buildx-action from 3.10.0 to 3.11.1
2 parents 09319cd + 0109341 commit 764bfa0

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.10.0
130+
uses: docker/setup-buildx-action@v3.11.1
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)