Skip to content

Commit 8ee2d82

Browse files
authored
chore(deps): bump docker/setup-qemu-action from 3.7.0 to 4.0.0 [skip ci]
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.7.0 to 4.0.0. Release notes *Sourced from [docker/setup-qemu-action's releases](https://github.com/docker/setup-qemu-action/releases).* > v4.0.0 > ------ > > * Node 24 as default runtime (requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later) by [`@​crazy-max`](https://github.com/crazy-max) in [docker/setup-qemu-action#245](https://redirect.github.com/docker/setup-qemu-action/pull/245) > * Switch to ESM and update config/test wiring by [`@​crazy-max`](https://github.com/crazy-max) in [docker/setup-qemu-action#241](https://redirect.github.com/docker/setup-qemu-action/pull/241) > * Bump `@​actions/core` from 1.11.1 to 3.0.0 in [docker/setup-qemu-action#244](https://redirect.github.com/docker/setup-qemu-action/pull/244) > * Bump `@​docker/actions-toolkit` from 0.67.0 to 0.77.0 in [docker/setup-qemu-action#243](https://redirect.github.com/docker/setup-qemu-action/pull/243) > * Bump `@​isaacs/brace-expansion` from 5.0.0 to 5.0.1 in [docker/setup-qemu-action#240](https://redirect.github.com/docker/setup-qemu-action/pull/240) > * Bump js-yaml from 3.14.1 to 3.14.2 in [docker/setup-qemu-action#231](https://redirect.github.com/docker/setup-qemu-action/pull/231) > * Bump lodash from 4.17.21 to 4.17.23 in [docker/setup-qemu-action#238](https://redirect.github.com/docker/setup-qemu-action/pull/238) > > **Full Changelog**: <docker/setup-qemu-action@v3.7.0...v4.0.0> Commits * [`ce36039`](docker/setup-qemu-action@ce36039) Merge pull request [#245](https://redirect.github.com/docker/setup-qemu-action/issues/245) from crazy-max/node24 * [`6386344`](docker/setup-qemu-action@6386344) node 24 as default runtime * [`1ea3db7`](docker/setup-qemu-action@1ea3db7) Merge pull request [#243](https://redirect.github.com/docker/setup-qemu-action/issues/243) from docker/dependabot/npm\_and\_yarn/docker/actions-to... * [`b56a002`](docker/setup-qemu-action@b56a002) chore: update generated content * [`c43f02d`](docker/setup-qemu-action@c43f02d) build(deps): bump `@​docker/actions-toolkit` from 0.67.0 to 0.77.0 * [`ce10c58`](docker/setup-qemu-action@ce10c58) Merge pull request [#244](https://redirect.github.com/docker/setup-qemu-action/issues/244) from docker/dependabot/npm\_and\_yarn/actions/core-3.0.0 * [`429fc9d`](docker/setup-qemu-action@429fc9d) chore: update generated content * [`060e5f8`](docker/setup-qemu-action@060e5f8) build(deps): bump `@​actions/core` from 1.11.1 to 3.0.0 * [`44be13e`](docker/setup-qemu-action@44be13e) Merge pull request [#231](https://redirect.github.com/docker/setup-qemu-action/issues/231) from docker/dependabot/npm\_and\_yarn/js-yaml-3.14.2 * [`1897438`](docker/setup-qemu-action@1897438) chore: update generated content * Additional commits viewable in [compare view](docker/setup-qemu-action@c7c5346...ce36039) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=docker/setup-qemu-action&package-manager=github\_actions&previous-version=3.7.0&new-version=4.0.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) --- 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
2 parents 3f952cc + 9c0ac42 commit 8ee2d82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/mvn-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.DOCKER_PASSWORD }}
2828

2929
- name: Set up QEMU
30-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
30+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
3131

3232
- name: Set up Docker Buildx
3333
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0

.github/workflows/mvn-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
password: ${{ secrets.DOCKER_PASSWORD }}
3030

3131
- name: Set up QEMU
32-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
32+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
3333

3434
- name: Set up Docker Buildx
3535
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0

.github/workflows/mvn-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cache: "maven"
4444

4545
- name: Set up QEMU
46-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
46+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
4747

4848
- name: Set up Docker Buildx
4949
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0

0 commit comments

Comments
 (0)