diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 2e4afb37..982e54ae 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -239,7 +239,7 @@ jobs: with: driver-opts: image=moby/buildkit:latest - name: Log in to the Container registry - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}