From 972edc7abeb8a1071a8a5334d710332c595e0488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 09:27:40 +0200 Subject: [PATCH] Bump docker/login-action from 1.14.1 to 2.0.0 (#2485) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 3cc7267dfde..bfc9f37d022 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -100,7 +100,7 @@ jobs: - name: Login to DockerHub if: env.BUILD_ARGS == '--docker-hub-check' - uses: docker/login-action@v1.14.1 + uses: docker/login-action@v2.0.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}