Skip to content

Commit

Permalink
Merge pull request #156 from qmk/dependabot/github_actions/docker/set…
Browse files Browse the repository at this point in the history
…up-buildx-action-3
  • Loading branch information
tzarc authored Sep 21, 2023
2 parents fa4bcc0 + 1e8a174 commit 671e553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-republish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: docker/setup-qemu-action@v3

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

- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: docker/setup-qemu-action@v3

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

- uses: actions/checkout@v4

Expand Down

0 comments on commit 671e553

Please sign in to comment.