Skip to content

Commit

Permalink
Merge pull request #11 from zazuko/dependabot/github_actions/docker/s…
Browse files Browse the repository at this point in the history
…etup-buildx-action-3

build(deps): bump docker/setup-buildx-action from 1 to 3
  • Loading branch information
ludovicm67 authored Apr 23, 2024
2 parents 67742ae + 8b0c7c0 commit 3d83c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: docker/setup-qemu-action@v1

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

- name: Run tests
run: cd test && ./run.sh && cd ..
Expand Down

0 comments on commit 3d83c7c

Please sign in to comment.