Skip to content

Commit

Permalink
feat(github-action)!: 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
chii-bot[bot] committed Aug 1, 2024
1 parent b07024d commit e00a39a
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
platforms: all
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
install: true
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
platforms: all
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
install: true
version: latest
Expand Down

0 comments on commit e00a39a

Please sign in to comment.