Skip to content

Commit 5eab241

Browse files
ci(deps): update docker/setup-buildx-action action from v3.1.0 to v3.3.0 (#737)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [docker/setup-buildx-action](https://togithub.com/docker/setup-buildx-action) | action | minor | `v3.1.0` -> `v3.3.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/docker/setup-buildx-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/docker/setup-buildx-action) | --- ### Release Notes <details> <summary>docker/setup-buildx-action (docker/setup-buildx-action)</summary> ### [`v3.3.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v3.3.0) [Compare Source](https://togithub.com/docker/setup-buildx-action/compare/v3.2.0...v3.3.0) - Bump [@&#8203;docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.19.0 to 0.20.0 by [@&#8203;crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/307](https://togithub.com/docker/setup-buildx-action/pull/307) **Full Changelog**: docker/setup-buildx-action@v3.2.0...v3.3.0 ### [`v3.2.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v3.2.0) [Compare Source](https://togithub.com/docker/setup-buildx-action/compare/v3.1.0...v3.2.0) - Rename and align config inputs by [@&#8203;crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/303](https://togithub.com/docker/setup-buildx-action/pull/303) - `config` to `buildkitd-config` - `config-inline` to `buildkitd-config-inline` - Bump [@&#8203;docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.17.0 to 0.19.0 in [https://github.com/docker/setup-buildx-action/pull/302](https://togithub.com/docker/setup-buildx-action/pull/302) [https://github.com/docker/setup-buildx-action/pull/306](https://togithub.com/docker/setup-buildx-action/pull/306) > \[!NOTE] > `config` and `config-inline` input names are deprecated and will be removed in next major release. **Full Changelog**: docker/setup-buildx-action@v3.1.0...v3.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJzZW12ZXI6bm9uZSJdfQ==--> Co-authored-by: mazi-renovate[bot] <161091290+mazi-renovate[bot]@users.noreply.github.com>
1 parent 2cefdfb commit 5eab241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
path: artifact
115115
- name: Set up Docker Buildx
116-
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3.1.0
116+
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
117117
with:
118118
version: ${{ env.BUILDX_VERSION }}
119119
- name: Log in to the Container registry

0 commit comments

Comments
 (0)