Skip to content

Commit

Permalink
Merge pull request #387 from asciidoctor/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/setup-buildx-action-3

chore(deps): bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
dduportal authored Sep 18, 2023
2 parents b58c797 + 6fdff3b commit a60ac8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
version: v0.9.1
- name: Build
Expand Down

0 comments on commit a60ac8a

Please sign in to comment.