Skip to content

Commit

Permalink
Updated docker setup action version to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Jul 22, 2024
1 parent 9a0266d commit 172fe1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 172fe1c

Please sign in to comment.