diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-05-29 14:42:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-29 14:42:48 +0200 |
| commit | 70e810bd7beef7c065f9557d5bd98f52e35ab910 (patch) | |
| tree | 178e99f56590121b7f2e34aaaab7eab8c634304c /.github/workflows | |
| parent | baab1c160a40407a6ca02049a931012d628a8fe7 (diff) | |
[upd] github-actions: Bump docker/setup-qemu-action from 4.0.0 to 4.1.0 (#6166)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/ce360397dd3f832beb865e1373c09c0e9f86d70a...06116385d9baf250c9f4dcb4858b16962ea869c3)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-version: 4.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/container.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index e6e52f354..04244b3f6 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -106,7 +106,7 @@ jobs: - if: ${{ matrix.emulation }} name: Setup QEMU - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 + uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 - name: Login to GHCR uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 @@ -147,7 +147,7 @@ jobs: - if: ${{ matrix.emulation }} name: Setup QEMU - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 + uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 - name: Login to GHCR uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 |
