diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e28e174..0f1a9b5 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -43,7 +43,7 @@ jobs: - name: Login to DockerHub if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/showcase' - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: username: mcaptcha password: ${{ secrets.DOCKERHUB_TOKEN }}