From 2a4da921671f2327facdd322072a0c658047f754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 00:20:00 +0800 Subject: [PATCH] chore(deps): bump docker/setup-buildx-action from 2 to 3 (#1093) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 61fd3b9b6..2875643e9 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -254,7 +254,7 @@ jobs: # Docker buildx is required by docker/build-push-action # see https://github.com/docker/setup-buildx-action - name: Setup Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 # https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts - name: Download component.gwos and omni_lock