diff options
author | 2023-09-12 20:27:13 +0100 | |
---|---|---|
committer | 2023-09-12 20:27:13 +0100 | |
commit | f452239989a0cca3e1e212bb5e67101abcba0ffe (patch) | |
tree | a87382282edd07a2e2f1c7246cf7b0c342305b25 | |
parent | Bump docker/login-action from 2 to 3 (#2752) (diff) |
Bump docker/setup-buildx-action from 2 to 3 (#2751)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/build-deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 53e9a6763..260fb4456 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -26,7 +26,7 @@ jobs: # See https://github.com/docker/build-push-action - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Login to Github Container Registry uses: docker/login-action@v3 |