From 8e193a957a6b76e09d5cf6f59bdddc047c655c26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:59:49 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 7ca3450 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2177d3bf..69bee5d0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Log in to the Container registry - uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0 + uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0 with: registry: ghcr.io username: ${{ github.actor }}