diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3689fa0..46483d86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: steps: - uses: actions/checkout@v4.1.6 - name: Log in to the GitHub container registry - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.repository_owner }}