diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 684ab226b80..69d8e3f27a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -202,7 +202,7 @@ jobs: restore-keys: ${{ runner.os }}-m2- - name: Log in to GitHub Container Registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }}