Skip to content

Commit 0304464

Browse files
umati-botGoetz Goerisch
authored andcommitted
chore(deps): update docker/setup-buildx-action action to v4.1.0 (#1700)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | action | minor | `v4.0.0` → `v4.1.0` | --- ### Release Notes <details> <summary>docker/setup-buildx-action (docker/setup-buildx-action)</summary> ### [`v4.1.0`](https://github.com/docker/setup-buildx-action/releases/tag/v4.1.0) [Compare Source](docker/setup-buildx-action@v4.0.0...v4.1.0) - Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.79.0 to 0.90.0 in [#&#8203;489](docker/setup-buildx-action#489) - Bump brace-expansion from 1.1.12 to 5.0.6 in [#&#8203;547](docker/setup-buildx-action#547) [#&#8203;508](docker/setup-buildx-action#508) - Bump fast-xml-builder from 1.0.0 to 1.2.0 in [#&#8203;540](docker/setup-buildx-action#540) - Bump fast-xml-parser from 5.4.2 to 5.8.0 in [#&#8203;496](docker/setup-buildx-action#496) - Bump flatted from 3.3.3 to 3.4.2 in [#&#8203;499](docker/setup-buildx-action#499) - Bump glob from 10.3.12 to 13.0.6 in [#&#8203;495](docker/setup-buildx-action#495) - Bump handlebars from 4.7.8 to 4.7.9 in [#&#8203;504](docker/setup-buildx-action#504) - Bump lodash from 4.17.23 to 4.18.1 in [#&#8203;523](docker/setup-buildx-action#523) - Bump picomatch from 4.0.3 to 4.0.4 in [#&#8203;503](docker/setup-buildx-action#503) - Bump postcss from 8.5.6 to 8.5.10 in [#&#8203;537](docker/setup-buildx-action#537) - Bump tar from 6.2.1 to 7.5.15 in [#&#8203;545](docker/setup-buildx-action#545) - Bump undici from 6.23.0 to 6.25.0 in [#&#8203;492](docker/setup-buildx-action#492) - Bump vite from 7.3.1 to 7.3.2 in [#&#8203;520](docker/setup-buildx-action#520) **Full Changelog**: <docker/setup-buildx-action@v4.0.0...v4.1.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODYuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE5NS42IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Reviewed-on: https://codeberg.org/umati/Sample-Server/pulls/1700
1 parent 36d0f5d commit 0304464

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.forgejo/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: docker/setup-qemu-action@v4
6969

7070
- name: Set up Buildx
71-
uses: docker/setup-buildx-action@v4.0.0
71+
uses: docker/setup-buildx-action@v4.1.0
7272

7373
- name: Set Registry and prepare Image Names
7474
# yamllint disable rule:line-length

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: docker/setup-qemu-action@v4
8080

8181
- name: Set up Buildx
82-
uses: docker/setup-buildx-action@v4.0.0
82+
uses: docker/setup-buildx-action@v4.1.0
8383

8484
- name: Set Registry and prepare Image Names
8585
# yamllint disable rule:line-length

0 commit comments

Comments
 (0)