diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 28fa81d..d62e746 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -36,7 +36,7 @@ jobs: run: docker run kooldev/nginx:${{ matrix.version }} nginx -v - name: Login to DockerHub - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v4.4.0 if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-nginx' with: username: ${{ secrets.DOCKER_USERNAME }}