diff --git a/.github/workflows/helm-chart-publish.yaml b/.github/workflows/helm-chart-publish.yaml
index 80b84e3..db73d46 100644
--- a/.github/workflows/helm-chart-publish.yaml
+++ b/.github/workflows/helm-chart-publish.yaml
@@ -36,7 +36,7 @@ jobs:
           CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
 
       - name: Login to GitHub Container Registry
-        uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99 #pin@v3.3.0
+        uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 #pin@v3.3.0
         with:
           registry: ghcr.io
           username: ${{ github.actor }}