diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 16b2378..efecde5 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -23,7 +23,7 @@ jobs: - run: npm ci - run: npm run all - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Add prepared script commit_options: '--no-verify --signoff'