Skip to content

Commit

Permalink
upgrade setup-buildx-action
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Sep 2, 2024
1 parent 088ca31 commit 3235dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-docker-tests-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
ref: beta

- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
if: ${{ steps.check-branch.outputs.run == 'true' }}
with:
install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
ref: ${{ matrix.branch }}

- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
with:
install: true

Expand Down

0 comments on commit 3235dd9

Please sign in to comment.