From f1007e0e54bba25f572ac0b0ff14f39d0487eeda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 19:52:05 +0200 Subject: [PATCH] chore(deps): update docker/login-action digest to b4bedf8 (#1263) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/curldemo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/curldemo.yaml b/.github/workflows/curldemo.yaml index 73c9866232..823b12ff71 100644 --- a/.github/workflows/curldemo.yaml +++ b/.github/workflows/curldemo.yaml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 1 - name: Login to Dockerhub - uses: docker/login-action@cf8514a65188af1d4f94f8c28a7a4153af1088ce + uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASSWORD }}