diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index c049c6fd..88eebd5d 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -275,7 +275,7 @@ jobs: with: driver-opts: image=moby/buildkit:latest - name: Log in to the Container registry - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}