diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c7e7ca93..08b61475 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,7 +47,7 @@ jobs: # Login to GHCR - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }}