Skip to content

Commit 030a266

Browse files
authored
Merge pull request #24 from ptr727/dependabot/github_actions/docker/setup-buildx-action-3
Bump docker/setup-buildx-action from 2 to 3
2 parents b19b5c4 + 108660c commit 030a266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildPublishPipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
# https://github.com/marketplace/actions/docker-setup-buildx
3232
- name: 'Setup Docker Buildx'
33-
uses: docker/setup-buildx-action@v2
33+
uses: docker/setup-buildx-action@v3
3434

3535
# https://github.com/marketplace/actions/docker-login
3636
- name: 'Login to Docker Hub'

0 commit comments

Comments
 (0)