diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 642675d..06a0592 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -54,7 +54,7 @@ jobs: - name: Log in to GHCR if: ${{ steps.release.outputs.release_created }} - uses: docker/login-action@v4.0.0 + uses: docker/login-action@v4.1.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}