From 4908c696e65917adfcdbdfe73188971f2b954aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 10:09:49 +0000 Subject: [PATCH] build: Bump docker/login-action from 1.14.1 to 2.0.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 2.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.14.1...v2.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 040bca4..e69b6bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: ${{ runner.os }}-buildx- - name: "Login to Docker Hub" - uses: "docker/login-action@v1.14.1" + uses: "docker/login-action@v2.0.0" with: username: "${{ secrets.DOCKER_HUB_USERNAME }}" password: "${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}" @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-buildx- - name: "Login to Docker Hub" - uses: "docker/login-action@v1.14.1" + uses: "docker/login-action@v2.0.0" with: username: "${{ secrets.DOCKER_HUB_USERNAME }}" password: "${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}"