Skip to content

Commit

Permalink
Merge pull request #872 from upbound/renovate/docker-setup-buildx-act…
Browse files Browse the repository at this point in the history
…ion-3.x

Update docker/setup-buildx-action action to v3
  • Loading branch information
turkenf authored Sep 12, 2023
2 parents f6c9172 + 1cbe751 commit 3343a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/uptest-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
platforms: all

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3
with:
version: ${{ env.DOCKER_BUILDX_VERSION }}
install: true
Expand Down

0 comments on commit 3343a75

Please sign in to comment.