Skip to content

Commit

Permalink
Merge pull request #46 from knrdl/dependabot/github_actions/docker/se…
Browse files Browse the repository at this point in the history
…tup-buildx-action-3

chore(deps): bump docker/setup-buildx-action from 1 to 3
  • Loading branch information
knrdl authored Dec 16, 2023
2 parents 7a4465c + 7d302bf commit d12d894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Run test suite
run: |
Expand Down

0 comments on commit d12d894

Please sign in to comment.