diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0fb45495..45ed4855 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: with: version: v0.9.1 - - uses: docker/login-action@v3 + - uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKERHUB_USERNAME }}