From 1b30c9289ca356614ee2f394211878b5a8854a55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 20:04:27 +0000 Subject: [PATCH] chore(deps): bump peter-evans/repository-dispatch from 1 to 2 Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 1 to 2. - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](https://github.com/peter-evans/repository-dispatch/compare/v1...v2) --- updated-dependencies: - dependency-name: peter-evans/repository-dispatch 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 29c7e02a..79141704 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -57,7 +57,7 @@ jobs: run: npm run build - 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 }}