From 7425e2cb5cb5899bb33282d723bcee96fb6923a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 00:59:25 +0000 Subject: [PATCH] chore(deps): update peter-evans/repository-dispatch action to v4 --- .github/workflows/notify-docs-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-docs-site.yml b/.github/workflows/notify-docs-site.yml index df6e9a3d..147981ab 100644 --- a/.github/workflows/notify-docs-site.yml +++ b/.github/workflows/notify-docs-site.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Dispatch extension-documentation-updated-event to Testably/Testably.Site - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.SITE_DISPATCH_TOKEN }} repository: Testably/Testably.Site