From e444f329646bd636148dd24fd27fc5db665e5332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 03:22:13 +0000 Subject: [PATCH] build(deps): bump peter-evans/repository-dispatch from 1 to 3 Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 1 to 3. - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](https://github.com/peter-evans/repository-dispatch/compare/v1...v3) --- 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/update-docs.yaml | 2 +- .github/workflows/update-publish-spec-to-team-spec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-docs.yaml b/.github/workflows/update-docs.yaml index e451d24e..9dbb7877 100644 --- a/.github/workflows/update-docs.yaml +++ b/.github/workflows/update-docs.yaml @@ -12,7 +12,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v1 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.FIG_BOT_TOKEN }} repository: withfig/public-site-nextjs diff --git a/.github/workflows/update-publish-spec-to-team-spec.yaml b/.github/workflows/update-publish-spec-to-team-spec.yaml index 5d23f572..d0ee63c8 100644 --- a/.github/workflows/update-publish-spec-to-team-spec.yaml +++ b/.github/workflows/update-publish-spec-to-team-spec.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v1 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.FIG_BOT_TOKEN }} repository: withfig/publish-spec-to-team