diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a35ee26..73ba634 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -33,7 +33,7 @@ jobs: docker run kooldev/phpqa:${{ matrix.version }} local-php-security-checker -help - name: Login to DockerHub - uses: docker/login-action@v1.9.0 + uses: docker/login-action@v1.10.0 if: github.ref == 'refs/heads/main' && github.repository == 'kool-dev/docker-phpqa' with: username: ${{ secrets.DOCKER_USERNAME }}