From 856331ce4f956975acc92f695b27fac0492c0048 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 12:37:34 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 70fccc7 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8fa3eef..f4a5d84 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -44,7 +44,7 @@ jobs: npm install semantic-release @semantic-release/exec @semantic-release/changelog @semantic-release/github - name: Log in to the Container registry - uses: docker/login-action@5f4866a30a54f16a52d2ecb4a3898e9e424939cf + uses: docker/login-action@70fccc794acd729b2b22dd6a326895f286447728 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}