commit | 620f4ea0e91e955a5f25dbd6f58062b01a0059f7 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Oct 13 17:23:48 2022 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Thu Oct 13 13:33:04 2022 -0400 |
tree | 208ce849e1c212d4f9ffea76960d44c49c8af678 | |
parent | fca16272b29f52012df20240083516ad7cf9a316 [diff] [blame] |
build(deps): bump docker/setup-qemu-action from 2.0.0 to 2.1.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ed815d1..26b905c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ id: changed-files with: files: images/prometheus-ethtool-exporter/* - - uses: docker/setup-qemu-action@v2.0.0 + - uses: docker/setup-qemu-action@v2.1.0 if: steps.changed-files.outputs.any_changed == 'true' - uses: docker/setup-buildx-action@v2.1.0 if: steps.changed-files.outputs.any_changed == 'true'