diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 5f7c72fe..2c634f56 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@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}