From 04e0b1f94d532bf3aae0b4e539fb2c1b349def63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:42:22 +0000 Subject: [PATCH] ci(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] --- .github/workflows/container-publish.yaml | 2 +- .github/workflows/container-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-publish.yaml b/.github/workflows/container-publish.yaml index 457bf791..7586986e 100644 --- a/.github/workflows/container-publish.yaml +++ b/.github/workflows/container-publish.yaml @@ -26,7 +26,7 @@ jobs: echo "::set-output name=package_path::apps/awesome-${{ matrix.db_type }}-backup" echo "::set-output name=package_repository::weseek/awesome-${{ matrix.db_type }}-backup" - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Login to docker.io registry run: echo ${{ secrets. DOCKER_REGISTRY_PASSWORD }} | diff --git a/.github/workflows/container-test.yaml b/.github/workflows/container-test.yaml index 985ced92..68f068a4 100644 --- a/.github/workflows/container-test.yaml +++ b/.github/workflows/container-test.yaml @@ -28,7 +28,7 @@ jobs: echo "::set-output name=package_path::apps/awesome-${{ matrix.db_type }}-backup" echo "::set-output name=package_image_name::weseek/awesome-${{ matrix.db_type }}-backup" - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Cache Docker layers uses: actions/cache@v2 with: