[PR #1200] [MERGED] build(deps): bump docker/setup-qemu-action from 2.1.0 to 2.2.0 #1285

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

📋 Pull Request Information

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

Base: mainHead: dependabot/github_actions/docker/setup-qemu-action-2.2.0


📝 Commits (1)

  • 09277d7 build(deps): bump docker/setup-qemu-action from 2.1.0 to 2.2.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-qemu-action from 2.1.0 to 2.2.0.

Release notes

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

v2.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.0

Commits
  • 2b82ce8 Merge pull request #83 from docker/dependabot/npm_and_yarn/docker/actions-too...
  • 3eae0a2 Merge pull request #81 from docker/dependabot/github_actions/docker/bake-acti...
  • 1fd9478 Bump @​docker/actions-toolkit from 0.1.0 to 0.3.0
  • f9e93f9 Bump docker/bake-action from 2 to 3
  • 9d429d4 Merge pull request #80 from docker/dependabot/npm_and_yarn/docker/actions-too...
  • b5a257c update generated content
  • c915c25 use new implementation from toolkit
  • 25bbf89 update dev dependencies
  • faaa95d Bump @​docker/actions-toolkit from 0.1.0-beta.14 to 0.1.0
  • de3982d Merge pull request #70 from crazy-max/switch-toolkit
  • 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/1200 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/7/2023 **Status:** ✅ Merged **Merged:** 6/7/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/github_actions/docker/setup-qemu-action-2.2.0` --- ### 📝 Commits (1) - [`09277d7`](https://github.com/fsouza/fake-gcs-server/commit/09277d783582730f1eb004d50997ecf630e0b4e8) build(deps): bump docker/setup-qemu-action from 2.1.0 to 2.2.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-qemu-action](https://github.com/docker/setup-qemu-action) from 2.1.0 to 2.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/setup-qemu-action/releases">docker/setup-qemu-action's releases</a>.</em></p> <blockquote> <h2>v2.2.0</h2> <h2>What's Changed</h2> <ul> <li>Trim off spaces in <code>platforms</code> input by <a href="https://github.com/Chocobo1"><code>@​Chocobo1</code></a> in <a href="https://redirect.github.com/docker/setup-qemu-action/pull/64">docker/setup-qemu-action#64</a></li> <li>Switch to actions-toolkit implementation by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-qemu-action/pull/70">docker/setup-qemu-action#70</a> <a href="https://redirect.github.com/docker/setup-qemu-action/pull/80">docker/setup-qemu-action#80</a> <a href="https://redirect.github.com/docker/setup-qemu-action/pull/83">docker/setup-qemu-action#83</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Chocobo1"><code>@​Chocobo1</code></a> made their first contribution in <a href="https://redirect.github.com/docker/setup-qemu-action/pull/64">docker/setup-qemu-action#64</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.0">https://github.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/setup-qemu-action/commit/2b82ce82d56a2a04d2637cd93a637ae1b359c0a7"><code>2b82ce8</code></a> Merge pull request <a href="https://redirect.github.com/docker/setup-qemu-action/issues/83">#83</a> from docker/dependabot/npm_and_yarn/docker/actions-too...</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/3eae0a2671699cf1d8aae726138b243fb827c2d4"><code>3eae0a2</code></a> Merge pull request <a href="https://redirect.github.com/docker/setup-qemu-action/issues/81">#81</a> from docker/dependabot/github_actions/docker/bake-acti...</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/1fd94789d617cf0d71094fce920fbd2698964ab1"><code>1fd9478</code></a> Bump <code>@​docker/actions-toolkit</code> from 0.1.0 to 0.3.0</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/f9e93f93e58300c48427ccaf70d4c653bbbebf5c"><code>f9e93f9</code></a> Bump docker/bake-action from 2 to 3</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/9d429d4c1cda1009cb0bee249cf42bef72a9228d"><code>9d429d4</code></a> Merge pull request <a href="https://redirect.github.com/docker/setup-qemu-action/issues/80">#80</a> from docker/dependabot/npm_and_yarn/docker/actions-too...</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/b5a257c85610a80d14ac6eba728a2279539beb31"><code>b5a257c</code></a> update generated content</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/c915c25ed59e5a9d1e1355771eeeb336c7649f47"><code>c915c25</code></a> use new implementation from toolkit</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/25bbf894699b340831c6f6006e7322fe0e11e8cb"><code>25bbf89</code></a> update dev dependencies</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/faaa95d6164b3e0a3fd5e0c2162453e3f4d91237"><code>faaa95d</code></a> Bump <code>@​docker/actions-toolkit</code> from 0.1.0-beta.14 to 0.1.0</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/de3982d68a2f2681e93db37727a85fb7f32ea313"><code>de3982d</code></a> Merge pull request <a href="https://redirect.github.com/docker/setup-qemu-action/issues/70">#70</a> from crazy-max/switch-toolkit</li> <li>Additional commits viewable in <a href="https://github.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/setup-qemu-action&package-manager=github_actions&previous-version=2.1.0&new-version=2.2.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:53 +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#1285
No description provided.