diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index b1fb5a8..bf407ab 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -20,7 +20,7 @@ jobs: template: "templates/README.md.tpl" writeTo: "profile/README.md" - - uses: stefanzweifel/git-auto-commit-action@v6.0.1 + - uses: stefanzweifel/git-auto-commit-action@v7.1.0 if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}