diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-09 22:21:16 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-09 22:21:16 +0000 |
commit | 62cc8f1575cbe358a69a37db10ddeda06dc19e11 (patch) | |
tree | 47c79da9f2c375db510e328328b27a8014a001d9 | |
parent | 430da70ef3c8a91202c430275e4e27b054aa8845 (diff) |
build(deps): bump docker/setup-buildx-action from 1 to 2
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)
---
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 | ||||
-rw-r--r-- | .github/workflows/release_nightly.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e05aebba..8dd16a5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -151,7 +151,7 @@ jobs: uses: docker/setup-qemu-action@v1 # Action page: <https://github.com/docker/setup-qemu-action> - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 # Action page: <https://github.com/docker/setup-buildx-action> + uses: docker/setup-buildx-action@v2 # Action page: <https://github.com/docker/setup-buildx-action> - name: Login to Docker Hub uses: docker/login-action@v1 diff --git a/.github/workflows/release_nightly.yml b/.github/workflows/release_nightly.yml index eefb146f..bbcedbd7 100644 --- a/.github/workflows/release_nightly.yml +++ b/.github/workflows/release_nightly.yml @@ -151,7 +151,7 @@ jobs: uses: docker/setup-qemu-action@v1 # Action page: <https://github.com/docker/setup-qemu-action> - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 # Action page: <https://github.com/docker/setup-buildx-action> + uses: docker/setup-buildx-action@v2 # Action page: <https://github.com/docker/setup-buildx-action> - name: Login to Docker Hub uses: docker/login-action@v1 |