diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c47d18c..c88fcf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,7 +153,7 @@ jobs: # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v4.0.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}