From 136b0d946e430fcf41b8882b74b0b542beb9c435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 21:41:43 +0000 Subject: [PATCH] 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/ping-other-repos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ping-other-repos.yml b/.github/workflows/ping-other-repos.yml index b46814fe1a1ed7c..207fc75560bce22 100644 --- a/.github/workflows/ping-other-repos.yml +++ b/.github/workflows/ping-other-repos.yml @@ -19,7 +19,7 @@ jobs: - name: Ping w3c/mdn-spec-links # This is one of many possible repos we can ping. When adding other # repos, you can follow this w3c/mdn-spec-links one as an example. - uses: peter-evans/repository-dispatch@v1 + uses: peter-evans/repository-dispatch@v2 with: token: ${{ secrets.REPO_PINGER_MDN_SPEC_LINKS }} repository: w3c/mdn-spec-links