Skip to content

Commit 8b7cca9

Browse files
authored
Merge pull request #5 from cornfeedhobo/dependabot/github_actions/docker/setup-buildx-action-3
Bump docker/setup-buildx-action from 2 to 3
2 parents 40b8956 + 2a1ad2a commit 8b7cca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
password: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4747

4848
- name: Set up Docker Buildx
49-
uses: docker/setup-buildx-action@v2
49+
uses: docker/setup-buildx-action@v3
5050

5151
- name: Build and push
5252
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)