]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: bump docker/setup-qemu-action from 2 to 3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 1 Oct 2023 19:58:09 +0000 (19:58 +0000)
committerVincent Bernat <vincent@bernat.ch>
Sun, 1 Oct 2023 21:36:18 +0000 (23:36 +0200)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/ci.yml

index de6f0f10becfd8acf0361ef3693b38a35a0320bd..d26802a638e1190aacf323838de1daf2a789b629 100644 (file)
@@ -139,7 +139,7 @@ jobs:
     if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
     steps:
       - uses: actions/checkout@v4
-      - uses: docker/setup-qemu-action@v2
+      - uses: docker/setup-qemu-action@v3
       - uses: docker/setup-buildx-action@v2
       - uses: docker/metadata-action@v4
         id: meta