From 284e6770e270f79cd2a84bf3345acb434625f369 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:49:52 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 0689575 --- .github/workflows/deploy_package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_package.yaml b/.github/workflows/deploy_package.yaml index 5568c73..a69b242 100644 --- a/.github/workflows/deploy_package.yaml +++ b/.github/workflows/deploy_package.yaml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@5d8785b43a795ee002a17dbf1a2235dc1997224b + uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}