diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 95fd3f1..d674fa0 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -38,7 +38,7 @@ jobs: treesitter: true shiftheadinglevelby: -1 - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore(doc): auto-generate help docs" branch: ${{ github.head_ref }} diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d955b5c..fd99b0e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -10,7 +10,7 @@ jobs: name: release runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }} with: