Skip to content

Commit

Permalink
Merge pull request #592 from mackerelio/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
lufia committed Sep 22, 2023
2 parents 115651a + e199c83 commit 1dfe86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 1dfe86d

Please sign in to comment.