Skip to content

build(deps): bump docker/login-action from 4.3.0 to 4.4.0#1390

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/docker/login-action-4.4.0
Open

build(deps): bump docker/login-action from 4.3.0 to 4.4.0#1390
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/docker/login-action-4.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps docker/login-action from 4.3.0 to 4.4.0.

Release notes

Sourced from docker/login-action's releases.

v4.4.0

Full Changelog: docker/login-action@v4.3.0...v4.4.0

Commits
  • af1e73f Merge pull request #1034 from docker/dependabot/npm_and_yarn/aws-sdk-dependen...
  • da722bd [dependabot skip] chore: update generated content
  • 2916ad6 build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...
  • ca0a662 Merge pull request #1035 from crazy-max/fix-registry-auth-empty-mask
  • c455755 chore: update generated content
  • 4835190 skip empty registry-auth secret mask
  • 992421c Merge pull request #1033 from docker/dependabot/github_actions/docker/bake-ac...
  • b249b43 Merge pull request #1032 from docker/dependabot/github_actions/docker/bake-ac...
  • 1b67977 build(deps): bump docker/bake-action from 7.2.0 to 7.3.0
  • 9d49d6a build(deps): bump docker/bake-action/subaction/matrix
  • See full diff 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 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)

Bumps [docker/login-action](https://github.com/docker/login-action) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@c99871d...af1e73f)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Issues and pull requests related to GitHub Actions labels Jul 6, 2026
@dependabot dependabot Bot requested a review from rvolosatovs as a code owner July 6, 2026 00:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Issues and pull requests related to GitHub Actions labels Jul 6, 2026
psiegl pushed a commit to airbus-forks/wrpc that referenced this pull request Jul 9, 2026
This enables having a subtask dispatched based on in-memory variable
information as opposed to requiring static information up-front. I'm
intending to use this for `wit-dylib` over in wasm-tools to prove out
some async bits. This'll eventually happen for futures/streams most
likely as well, but for now it's just subtasks.

This also shouldn't affect runtime code generated for this crate from
before since the types used are all zero-sized and will get elided at
runtime. Thus this is intended to enable more use cases without altering
existing ones.
psiegl pushed a commit to airbus-forks/wrpc that referenced this pull request Jul 9, 2026
* Add more mutability to internal async traits

As usage expands a bit beyond just this crate it can be useful to have
mutability in the guts of the implementation. It's also easy enough to
provide this everywhere so it's not much of a burden to plumb it around.

* Generalize bindings for futures

This commit is similar to bytecodealliance#1390 in that the goal is to enable external
systems to use the Rust bindings here without requiring the exact shape
of the vtable structure and such. This is, for example, intended to be
useful when working on `wit-dylib`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Issues and pull requests related to GitHub Actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants