From 22a1e557adee524006a4eef488a9e6c684a24464 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:20:36 -0400 Subject: [PATCH] chore(deps): update docker/login-action digest to a979406 (#493) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 fc8c10c85..8170f4987 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@40891eba8c2bcd1309b07ba8b11232f313e86779 + uses: docker/login-action@a9794064588be971151ec5e7144cb535bcb56e36 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}