diff options
author | 2023-09-12 20:27:42 +0100 | |
---|---|---|
committer | 2023-09-12 20:27:42 +0100 | |
commit | a7519ef0a8be11a5162fdb7c9013f12f29d6ae1c (patch) | |
tree | 7687ae43d4744f16251c4914c64bf5280d4ea1e5 | |
parent | Bump docker/login-action from 2 to 3 (#1362) (diff) |
Bump docker/setup-buildx-action from 2 to 3 (#1361)
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.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index 7745cb5e..3d297919 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - 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 |