Skip to content

Commit

Permalink
Merge pull request #51 from troykelly/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
troykelly authored Sep 19, 2023
2 parents ec4fddc + 0d6cd74 commit 3a57b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,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
with:
install: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,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
with:
install: true

Expand Down

0 comments on commit 3a57b9c

Please sign in to comment.