diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-13 08:10:39 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-09-13 08:10:39 +0000 |
commit | a67b76c24b0f66c1b997b396f160d0a26a810378 (patch) | |
tree | 021e50ee6b114d29bc7f5f9cac31191e8a58ddea | |
parent | bf2a2d243d85f1968d7a808d67c7bd10df749898 (diff) |
build(deps): bump docker/setup-buildx-action from 2 to 3
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-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 5e260d24..3843439e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -156,7 +156,7 @@ jobs: 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> + uses: docker/setup-buildx-action@v3 # Action page: <https://github.com/docker/setup-buildx-action> - name: Login to Docker Hub uses: docker/login-action@v3 |