[PR #1092] [MERGED] build(deps): bump docker/setup-buildx-action from 2.4.1 to 2.5.0 #1186

Closed
opened 2026-03-03 12:33:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1092
Author: @dependabot[bot]
Created: 3/10/2023
Status: Merged
Merged: 3/10/2023
Merged by: @fsouza

Base: mainHead: dependabot/github_actions/docker/setup-buildx-action-2.5.0


📝 Commits (1)

  • 757acab build(deps): bump docker/setup-buildx-action from 2.4.1 to 2.5.0

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 .github/workflows/docker-push.yml (+1 -1)
📝 .github/workflows/docker-tests.yml (+1 -1)

📄 Description

Bumps docker/setup-buildx-action from 2.4.1 to 2.5.0.

Release notes

Sourced from docker/setup-buildx-action's releases.

v2.5.0

Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0

Commits
  • 4b4e9c3 Merge pull request #216 from awendland/patch-1
  • eb27bcb Merge pull request #218 from crazy-max/fix-builder-removal
  • b7471d4 update generated content
  • e2df91e check builder exists before removal
  • 85ce96b do not remove builder using the docker driver
  • f549413 Merge pull request #217 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 9998869 update generated content
  • e30725c Bump @​docker/actions-toolkit from 0.1.0-beta.16 to 0.1.0-beta.18
  • f1dc97e Merge pull request #213 from crazy-max/cleanup-input
  • 51ecd0a nit typo in README.md, csv is comma-delimited
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/1092 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/10/2023 **Status:** ✅ Merged **Merged:** 3/10/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/github_actions/docker/setup-buildx-action-2.5.0` --- ### 📝 Commits (1) - [`757acab`](https://github.com/fsouza/fake-gcs-server/commit/757acabdccc687cf0892d6beb858c53ceb4562a6) build(deps): bump docker/setup-buildx-action from 2.4.1 to 2.5.0 ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-push.yml` (+1 -1) 📝 `.github/workflows/docker-tests.yml` (+1 -1) </details> ### 📄 Description Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.4.1 to 2.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/setup-buildx-action/releases">docker/setup-buildx-action's releases</a>.</em></p> <blockquote> <h2>v2.5.0</h2> <ul> <li><code>cleanup</code> input to remove builder and temp files by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/213">docker/setup-buildx-action#213</a></li> <li>do not remove builder using the <code>docker</code> driver by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/218">docker/setup-buildx-action#218</a></li> <li>fix current context as builder name for <code>docker</code> driver by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/209">docker/setup-buildx-action#209</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0">https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/setup-buildx-action/commit/4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c"><code>4b4e9c3</code></a> Merge pull request <a href="https://redirect.github.com/docker/setup-buildx-action/issues/216">#216</a> from awendland/patch-1</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/eb27bcbef322ccffe1c66b46878d37f7e34391c6"><code>eb27bcb</code></a> Merge pull request <a href="https://redirect.github.com/docker/setup-buildx-action/issues/218">#218</a> from crazy-max/fix-builder-removal</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/b7471d4240a989d4149006ab4c9b83c45fae8832"><code>b7471d4</code></a> update generated content</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/e2df91e851a9516edcadda2d7e48a7d8f0be4a1c"><code>e2df91e</code></a> check builder exists before removal</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/85ce96bcbc0c18d9568eaa4e8a5bd82d97429fe3"><code>85ce96b</code></a> do not remove builder using the docker driver</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/f54941341198e59d2afd96e44016c180e6608a55"><code>f549413</code></a> Merge pull request <a href="https://redirect.github.com/docker/setup-buildx-action/issues/217">#217</a> from docker/dependabot/npm_and_yarn/docker/actions-to...</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/99988698a5b7447aa6bceaf6f836a63bc90712f5"><code>9998869</code></a> update generated content</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/e30725c0294b7e8d09bf9986ce5e233218d95b81"><code>e30725c</code></a> Bump <code>@​docker/actions-toolkit</code> from 0.1.0-beta.16 to 0.1.0-beta.18</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/f1dc97ee1089c5c2034bc7664ba2ab241cc6fdec"><code>f1dc97e</code></a> Merge pull request <a href="https://redirect.github.com/docker/setup-buildx-action/issues/213">#213</a> from crazy-max/cleanup-input</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/51ecd0a47f5475316d795d1b509c5e4dead634da"><code>51ecd0a</code></a> nit typo in README.md, csv is comma-delimited</li> <li>Additional commits viewable in <a href="https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/setup-buildx-action&package-manager=github_actions&previous-version=2.4.1&new-version=2.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:33:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#1186
No description provided.