From 3fb2ae4319c861cd77ba827cac57126617f0ede0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 08:16:56 +0000 Subject: [PATCH] Bump peter-evans/repository-dispatch from 3 to 4 Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 3 to 4. - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](https://github.com/peter-evans/repository-dispatch/compare/v3...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/development.yml | 2 +- .github/workflows/dispatch.yml | 2 +- .github/workflows/latest.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/staging.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index ae3604745..cc4e89f9e 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: ${{ matrix.repo }} diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index 85946d21b..f27115834 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: ${{ matrix.repo }} diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index ecdd6d997..093e4f564 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: ${{ matrix.repo }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f524187d2..66955161a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: id: tag run: echo ::set-output name=result::${GITHUB_REF/refs\/tags\/v/} - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: ${{ matrix.repo }} diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 86599655a..356970bcc 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: ${{ matrix.repo }}