diff --git a/.github/workflows/docker-publish-reusable.yml b/.github/workflows/docker-publish-reusable.yml index 95a3a5d..a48fee4 100644 --- a/.github/workflows/docker-publish-reusable.yml +++ b/.github/workflows/docker-publish-reusable.yml @@ -73,7 +73,7 @@ jobs: persist-credentials: false - name: Log in to GitHub Container Registry - uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }}