Skip to content

Commit

Permalink
Update docker/setup-buildx-action action to v3
Browse files Browse the repository at this point in the history
| datasource  | package                    | from | to |
| ----------- | -------------------------- | ---- | -- |
| github-tags | docker/setup-buildx-action | v2   | v3 |
  • Loading branch information
renovate[bot] authored Nov 23, 2023
1 parent bfe6d42 commit e5a15a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Install BuildX"
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
install: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
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
Expand Down

0 comments on commit e5a15a0

Please sign in to comment.