Skip to content

Commit

Permalink
Merge pull request #8709 from jenkins-x/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/setup-buildx-action-3

chore(deps): bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
jenkins-x-bot authored Oct 28, 2024
2 parents 6ac648b + d80986d commit 0a1cb5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jenkins-x-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 0a1cb5d

Please sign in to comment.