From 4e263630b08c43ab07a3c7a264c6e9ab01c6dc1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 18:58:08 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 7137ecb --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 8170f4987..e2172e91b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -47,7 +47,7 @@ jobs: ref: ${{ needs.release-please.outputs.release_tag_name }} - name: Log in to the Container registry - uses: docker/login-action@a9794064588be971151ec5e7144cb535bcb56e36 + uses: docker/login-action@7137ecbd587e9331e068c80ad54b57e873403052 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}