diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index edd4ed3..5201f55 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -44,7 +44,7 @@ jobs: CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}' - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}