diff --git a/.github/workflows/windows-ssh-image.yaml b/.github/workflows/windows-ssh-image.yaml index 587627c5..93f08975 100644 --- a/.github/workflows/windows-ssh-image.yaml +++ b/.github/workflows/windows-ssh-image.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v6 - name: Log in to the Container registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}