From 47ce821cf169bbc35af8506d54aae7c0622327e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:02:11 +0000 Subject: [PATCH] chore(deps): bump peter-evans/repository-dispatch from 1 to 4 Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 1 to 4. - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](https://github.com/peter-evans/repository-dispatch/compare/v1...v4) --- updated-dependencies: - dependency-name: peter-evans/repository-dispatch dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 63a3550c..f1f53d25 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -46,7 +46,7 @@ jobs: CI: true - name: Trigger API Docs update PR - uses: peter-evans/repository-dispatch@v1 + uses: peter-evans/repository-dispatch@v4 if: github.ref == 'refs/heads/master' with: token: ${{ secrets.REPO_GHA_PAT }}