diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 42c6c23..cb3b8c5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -121,7 +121,7 @@ jobs: version: ${{ steps.previous_tag.outputs.tag }} - name: "Commit changes" if: github.event_name != 'pull_request' - uses: "stefanzweifel/git-auto-commit-action@v6" + uses: "stefanzweifel/git-auto-commit-action@v7" id: "commit" with: commit_message: "Update stubs"