Skip to content

Commit 36208be

Browse files
authored
Merge pull request #1 from sparanoid/dependabot/github_actions/docker/setup-buildx-action-2
2 parents c4d10d2 + aa93a92 commit 36208be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

2323
- name: Set up Docker Buildx
2424
id: buildx
25-
uses: docker/setup-buildx-action@v1
25+
uses: docker/setup-buildx-action@v2
2626

2727
- name: Available platforms
2828
run: echo ${{ steps.buildx.outputs.platforms }}

0 commit comments

Comments
 (0)