Quellcode durchsuchen

build(deps): bump docker/setup-qemu-action from 4.2.0 to 4.3.0

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v4.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] vor 2 Wochen
Ursprung
Commit
eacf0956b2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/workflows/container-image.yml

+ 1 - 1
.github/workflows/container-image.yml

@@ -25,7 +25,7 @@ jobs:
           type=ref,event=pr
           type=sha,format=long
           type=raw,value=latest,enable=false
-    - uses: docker/setup-qemu-action@v4.2.0
+    - uses: docker/setup-qemu-action@v4.3.0
     - uses: docker/login-action@v4.6.0
       with:
         registry: ghcr.io