diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 4ef61deb..82bae820 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -54,7 +54,7 @@ jobs: run: npm run check:types - name: Trigger API Docs update PR - uses: peter-evans/repository-dispatch@v1 + uses: peter-evans/repository-dispatch@v2 if: github.ref == 'refs/heads/master' with: token: ${{ secrets.REPO_GHA_PAT }}