Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(deps): bump docker/setup-buildx-action from 2.9.1 to 3.7.1 in /.github/workflows #734

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2024

Bumps docker/setup-buildx-action from 2.9.1 to 3.7.1.

Release notes

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

v3.7.1

Full Changelog: docker/setup-buildx-action@v3.7.0...v3.7.1

v3.7.0

Full Changelog: docker/setup-buildx-action@v3.6.1...v3.7.0

v3.6.1

Full Changelog: docker/setup-buildx-action@v3.6.0...v3.6.1

v3.6.0

Full Changelog: docker/setup-buildx-action@v3.5.0...v3.6.0

v3.5.0

Full Changelog: docker/setup-buildx-action@v3.4.0...v3.5.0

v3.4.0

Full Changelog: docker/setup-buildx-action@v3.3.0...v3.4.0

v3.3.0

Full Changelog: docker/setup-buildx-action@v3.2.0...v3.3.0

v3.2.0

[!NOTE] config and config-inline input names are deprecated and will be removed in next major release.

... (truncated)

Commits
  • c47758b Merge pull request #369 from crazy-max/revert-crypto
  • 8fea382 chore: update generated content
  • 2874e98 switch back to uuid package
  • 8026d2b Merge pull request #362 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • e51aab5 chore: update generated content
  • fd7390e build(deps): bump @​docker/actions-toolkit from 0.35.0 to 0.39.0
  • 910a304 Merge pull request #366 from crazy-max/remove-uuid
  • 3623ee4 chore: update generated content
  • e0e5ecf remove uuid package and switch to crypto
  • 5334dd0 Merge pull request #363 from crazy-max/set-buildkitd-flags-optin
  • 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 show <dependency name> 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)

@dependabot dependabot bot requested a review from TomerFi as a code owner October 26, 2024 07:26
@dependabot dependabot bot added the type: dependencies Pull requests that update a dependency file label Oct 26, 2024
@pull-request-size pull-request-size bot added the size: xs Pull request has less then 10 lines label Oct 26, 2024
@auto-me-bot auto-me-bot bot added the status: needs review Pull request needs a review label Oct 26, 2024
@auto-me-bot auto-me-bot bot added status: approved Pull request is approved and removed status: needs review Pull request needs a review labels Oct 26, 2024
Copy link

github-actions bot commented Oct 26, 2024

Test Results

36 tests   36 ✅  0s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 645d3c0.

♻️ This comment has been updated with latest results.

@dependabot dependabot bot force-pushed the dependabot/github_actions/dot-github/workflows/docker/setup-buildx-action-3.7.1 branch from 89daeb7 to ef3b14d Compare October 26, 2024 07:29
@dependabot dependabot bot force-pushed the dependabot/github_actions/dot-github/workflows/docker/setup-buildx-action-3.7.1 branch from ef3b14d to 571625c Compare October 26, 2024 07:30
@TomerFi TomerFi force-pushed the dependabot/github_actions/dot-github/workflows/docker/setup-buildx-action-3.7.1 branch from 571625c to 25f6d25 Compare October 26, 2024 07:33
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.1 to 3.7.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2.9.1...v3.7.1)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@TomerFi TomerFi force-pushed the dependabot/github_actions/dot-github/workflows/docker/setup-buildx-action-3.7.1 branch from 25f6d25 to 645d3c0 Compare October 26, 2024 07:36
Copy link

codecov bot commented Oct 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.07%. Comparing base (3340d9a) to head (645d3c0).
Report is 5 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #734   +/-   ##
=======================================
  Coverage   90.07%   90.07%           
=======================================
  Files           1        1           
  Lines         252      252           
=======================================
  Hits          227      227           
  Misses         25       25           

@TomerFi TomerFi merged commit 5762493 into dev Oct 26, 2024
9 checks passed
@TomerFi TomerFi deleted the dependabot/github_actions/dot-github/workflows/docker/setup-buildx-action-3.7.1 branch October 26, 2024 07:38
@auto-me-bot auto-me-bot bot added status: merged Pull request merged and removed status: approved Pull request is approved labels Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request has less then 10 lines status: merged Pull request merged type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants