diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-13 08:10:09 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-09-13 08:10:09 +0000 |
commit | 81e69b9a1da9f2a341e88951080297de356fa229 (patch) | |
tree | 7369629779e9dc19a0f043785bd69d00f3a2e78e | |
parent | 4fb8382b4863bf90ccd55d95abe0730a0f8615a9 (diff) |
build(deps): bump docker/setup-qemu-action from 2 to 3
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] <[email protected]>
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35d87088..5e260d24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -153,7 +153,7 @@ jobs: uses: actions/checkout@v4 - name: Set up QEMU - uses: docker/setup-qemu-action@v2 # Action page: <https://github.com/docker/setup-qemu-action> + uses: docker/setup-qemu-action@v3 # Action page: <https://github.com/docker/setup-qemu-action> - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 # Action page: <https://github.com/docker/setup-buildx-action> |