From 69d8b76efa7495bd5b1e206d92b22877cb54c293 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 09:25:25 +0000 Subject: [PATCH] fix(deps): update docker/login-action digest to 360b4b5 --- .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 aac531d..bb567ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: - name: Log in to Docker Hub if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref == 'main') - uses: docker/login-action@d398f07826957cd0a18ea1b059cf1207835e60bc + uses: docker/login-action@360b4b5fefbd590a50c2ff0c234dbd9fa6b08759 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}