From a58afe86d068f2e1fe7547db27e840b4d79c39cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 15:05:22 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74ad32a..40bb687 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: # only on tags or the master branch - name: Docker Login if: success() && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master') - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}