Skip to content

Commit 0ddc8f0

Browse files
authored
build(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0 [skip ci]
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.7.1 to 3.8.0. Release notes *Sourced from [docker/setup-buildx-action's releases](https://github.com/docker/setup-buildx-action/releases).* > v3.8.0 > ------ > > * Make cloud prefix optional to download buildx if driver is cloud by [`@​crazy-max`](https://github.com/crazy-max) in [docker/setup-buildx-action#390](https://redirect.github.com/docker/setup-buildx-action/pull/390) > * Bump `@​actions/core` from 1.10.1 to 1.11.1 in [docker/setup-buildx-action#370](https://redirect.github.com/docker/setup-buildx-action/pull/370) > * Bump `@​docker/actions-toolkit` from 0.39.0 to 0.48.0 in [docker/setup-buildx-action#389](https://redirect.github.com/docker/setup-buildx-action/pull/389) > * Bump cross-spawn from 7.0.3 to 7.0.6 in [docker/setup-buildx-action#382](https://redirect.github.com/docker/setup-buildx-action/pull/382) > > **Full Changelog**: <docker/setup-buildx-action@v3.7.1...v3.8.0> Commits * [`6524bf6`](docker/setup-buildx-action@6524bf6) Merge pull request [#390](https://redirect.github.com/docker/setup-buildx-action/issues/390) from crazy-max/buildx-cloud-latest * [`8d5e074`](docker/setup-buildx-action@8d5e074) chore: update generated content * [`7199e57`](docker/setup-buildx-action@7199e57) make cloud prefix optional to download buildx if driver is cloud * [`db63cee`](docker/setup-buildx-action@db63cee) Merge pull request [#381](https://redirect.github.com/docker/setup-buildx-action/issues/381) from docker/dependabot/github\_actions/codecov/codecov... * [`043ebe1`](docker/setup-buildx-action@043ebe1) Merge pull request [#389](https://redirect.github.com/docker/setup-buildx-action/issues/389) from docker/dependabot/npm\_and\_yarn/docker/actions-to... * [`686da90`](docker/setup-buildx-action@686da90) chore: update generated content * [`a3d7487`](docker/setup-buildx-action@a3d7487) Merge pull request [#382](https://redirect.github.com/docker/setup-buildx-action/issues/382) from docker/dependabot/npm\_and\_yarn/cross-spawn-7.0.6 * [`4dcdbce`](docker/setup-buildx-action@4dcdbce) build(deps): bump `@​docker/actions-toolkit` from 0.39.0 to 0.48.0 * [`1a8ac74`](docker/setup-buildx-action@1a8ac74) ci: fix deprecated input for codecov-action * [`e827ebe`](docker/setup-buildx-action@e827ebe) build(deps): bump cross-spawn from 7.0.3 to 7.0.6 * Additional commits viewable in [compare view](docker/setup-buildx-action@c47758b...6524bf6) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=docker/setup-buildx-action&package-manager=github\_actions&previous-version=3.7.1&new-version=3.8.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 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 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 1ef6bdd + f0cba37 commit 0ddc8f0

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
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
2828

2929
- name: Set up Docker Buildx
30-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
30+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
3131

3232
- name: Set up JDK 17
3333
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0

.github/workflows/mvn-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
2525

2626
- name: Set up Docker Buildx
27-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
27+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
2828

2929
- name: Set up JDK 17
3030
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0

.github/workflows/mvn-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
2828

2929
- name: Set up Docker Buildx
30-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
30+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
3131

3232
- name: Set up JDK 17
3333
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0

0 commit comments

Comments
 (0)