Skip to content

Commit

Permalink
Merge pull request #6 from tillepille/renovate/docker-setup-buildx-ac…
Browse files Browse the repository at this point in the history
…tion-3.x

chore(deps): update docker/setup-buildx-action action to v3
  • Loading branch information
tillepille authored Dec 19, 2023
2 parents 9ced98c + 51b2493 commit f256afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Build Docker image
run: |
Expand Down

0 comments on commit f256afd

Please sign in to comment.