From a057e3fb1f8b03ec0cf393a79635e3550da4497a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 17:04:52 +0000 Subject: [PATCH] Bump docker/setup-buildx-action from 1 to 2 (#20) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 776f091..547ad8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - uses: gacts/github-slug@v1 id: slug - - uses: docker/setup-buildx-action@v1 + - uses: docker/setup-buildx-action@v2 - name: Login to default Container Registry uses: docker/login-action@v1 # Action page: