From 063f869304bdfb95a353b71206b1d78d4b9ff06d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 14:14:46 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to a979406 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07e3209..57f1eeb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v3 - name: Log in to the Container registry - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@a9794064588be971151ec5e7144cb535bcb56e36 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}