diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index c049c6fd..407a5b74 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@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}