From d7cc2377b424fcf033baaab32d84981fd8285566 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 07:50:29 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v2 --- .github/workflows/featureRelease.yml | 2 +- .github/workflows/latestRelease.yml | 2 +- .github/workflows/stableRelease.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/featureRelease.yml b/.github/workflows/featureRelease.yml index 46ad3fd..80df21d 100644 --- a/.github/workflows/featureRelease.yml +++ b/.github/workflows/featureRelease.yml @@ -24,7 +24,7 @@ jobs: - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PW }} diff --git a/.github/workflows/latestRelease.yml b/.github/workflows/latestRelease.yml index 2717a83..f00cc19 100644 --- a/.github/workflows/latestRelease.yml +++ b/.github/workflows/latestRelease.yml @@ -24,7 +24,7 @@ jobs: - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PW }} diff --git a/.github/workflows/stableRelease.yml b/.github/workflows/stableRelease.yml index 88f25b2..3e89933 100644 --- a/.github/workflows/stableRelease.yml +++ b/.github/workflows/stableRelease.yml @@ -19,7 +19,7 @@ jobs: - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PW }}