diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c780664..8f8546b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -298,7 +298,7 @@ jobs: path: _output/** - name: Login to Docker - uses: docker/login-action@v1 + uses: docker/login-action@v3 if: env.DOCKER_USR != '' with: username: ${{ secrets.DOCKER_USR }} diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 48e81a1..be55dcf 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -32,7 +32,7 @@ jobs: run: git fetch --prune --unshallow - name: Login to Docker - uses: docker/login-action@v1 + uses: docker/login-action@v3 if: env.DOCKER_USR != '' with: username: ${{ secrets.DOCKER_USR }}