diff --git a/.github/workflows/update-questions.yml b/.github/workflows/update-questions.yml index 8e9cf6e..d7738cd 100644 --- a/.github/workflows/update-questions.yml +++ b/.github/workflows/update-questions.yml @@ -16,7 +16,7 @@ jobs: - run: npm install - run: npm run update-questions - - uses: stefanzweifel/git-auto-commit-action@v2.1.0 + - uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: commit_message: "feat: fetch latest questions" branch: master