Skip to content

Commit 3caabcf

Browse files
chore(deps): Update docker/setup-buildx-action action to v3.11.1 (main) (#9454)
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.10.0` -> `v3.11.1` | --- ### Release Notes <details> <summary>docker/setup-buildx-action (docker/setup-buildx-action)</summary> ### [`v3.11.1`](https://redirect.github.com/docker/setup-buildx-action/releases/tag/v3.11.1) [Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1) - Fix `keep-state` not being respected by [@&#8203;crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/429](https://redirect.github.com/docker/setup-buildx-action/pull/429) **Full Changelog**: docker/setup-buildx-action@v3.11.0...v3.11.1 ### [`v3.11.0`](https://redirect.github.com/docker/setup-buildx-action/releases/tag/v3.11.0) [Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.0) - Keep BuildKit state support by [@&#8203;crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/427](https://redirect.github.com/docker/setup-buildx-action/pull/427) - Remove aliases created when installing by default by [@&#8203;hashhar](https://redirect.github.com/hashhar) in [https://github.com/docker/setup-buildx-action/pull/139](https://redirect.github.com/docker/setup-buildx-action/pull/139) - Bump [@&#8203;docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.56.0 to 0.62.1 in [https://github.com/docker/setup-buildx-action/pull/422](https://redirect.github.com/docker/setup-buildx-action/pull/422) [https://github.com/docker/setup-buildx-action/pull/425](https://redirect.github.com/docker/setup-buildx-action/pull/425) **Full Changelog**: docker/setup-buildx-action@v3.10.0...v3.11.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on Wednesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->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/hypermodeinc/dgraph). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26ddaa8 commit 3caabcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-dgraph-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: warp-ubuntu-latest-x64-4x
1414
steps:
15-
- uses: docker/setup-buildx-action@v3.10.0
15+
- uses: docker/setup-buildx-action@v3.11.1
1616

1717
- name: Log in to GitHub Container Registry
1818
uses: docker/[email protected]

0 commit comments

Comments
 (0)