diff --git a/.github/workflows/git-analyzer.yml b/.github/workflows/git-analyzer.yml index 4e22497..5da2612 100644 --- a/.github/workflows/git-analyzer.yml +++ b/.github/workflows/git-analyzer.yml @@ -14,6 +14,6 @@ jobs: with: fetch-depth: 0 # This ensures all history is fetched - name: Run Git History Analyzer - uses: BamaCharanChhandogi/git-analyzer@v1.0.1 + uses: BamaCharanChhandogi/git-analyzer@v1.0.2 with: repo-token: ${{ secrets.GITHUB_TOKEN }}