From dac4f0dd2fdc3cbf792364978fe9f4f51e3569be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:14:43 +0000 Subject: [PATCH] ci(deps): update docker/setup-buildx-action action to v3.7.0 (#113) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/setup-buildx-action](https://redirect.github.com/docker/setup-buildx-action) | action | minor | `v3.6.1` -> `v3.7.0` | --- ### Release Notes
docker/setup-buildx-action (docker/setup-buildx-action) ### [`v3.7.0`](https://redirect.github.com/docker/setup-buildx-action/releases/tag/v3.7.0) [Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.6.1...v3.7.0) - Always set `buildkitd-flags` if opt-in by [@​crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/363](https://redirect.github.com/docker/setup-buildx-action/pull/363) - Remove `uuid` package and switch to `crypto` by [@​crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/366](https://redirect.github.com/docker/setup-buildx-action/pull/366) - Bump [@​docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.35.0 to 0.39.0 in [https://github.com/docker/setup-buildx-action/pull/362](https://redirect.github.com/docker/setup-buildx-action/pull/362) - Bump path-to-regexp from 6.2.2 to 6.3.0 in [https://github.com/docker/setup-buildx-action/pull/354](https://redirect.github.com/docker/setup-buildx-action/pull/354) **Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v3.6.1...v3.7.0
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Hapag-Lloyd/Workflow-Templates). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docker_dockerhub_release_callable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker_dockerhub_release_callable.yml b/.github/workflows/docker_dockerhub_release_callable.yml index 53795e5..3207271 100644 --- a/.github/workflows/docker_dockerhub_release_callable.yml +++ b/.github/workflows/docker_dockerhub_release_callable.yml @@ -53,7 +53,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 + uses: docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3.7.0 - name: Login to DockerHub Container Registry uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: