diff --git a/.github/workflows/readme-stars.yml b/.github/workflows/readme-stars.yml index 18a0130..03cf558 100644 --- a/.github/workflows/readme-stars.yml +++ b/.github/workflows/readme-stars.yml @@ -22,7 +22,7 @@ jobs: userId: ${{ secrets.AOC_USER_ID }} sessionCookie: ${{ secrets.AOC_SESSION }} year: ${{ secrets.AOC_YEAR }} - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 if: ${{ env.AOC_ENABLED }} env: AOC_ENABLED: ${{ secrets.AOC_ENABLED }}