Skip to content

Commit 001da3d

Browse files
authored
Merge pull request #6 from TotallyNotRobots/dependabot/github_actions/docker/setup-buildx-action-3
Bump docker/setup-buildx-action from 1 to 3
2 parents 6e9669f + fefbf4e commit 001da3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- # https://github.com/docker/setup-buildx-action
4141
name: Set up Docker Buildx
4242
id: buildx
43-
uses: docker/setup-buildx-action@v1
43+
uses: docker/setup-buildx-action@v3
4444

4545
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
4646
- name: Log in to the Container registry

0 commit comments

Comments
 (0)