From 3cdcd88551364b24db6070e3979e34279e71e7e9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 May 2022 18:14:44 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45751a3..96efcaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - name: Login to DockerHub if: github.event_name != 'pull_request' - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}