From 9c0708044178a566b40e384b468906056d2e77e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:43:21 +0000 Subject: [PATCH] ci(deps): 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/ci-pr.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 743d5543..c30d7a35 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -198,7 +198,7 @@ jobs: # Trigger packaging PR workflow - name: 'Trigger packaging PR workflow if needed' - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 if: steps.checkForChanges.outputs.hasChanges == 'true' with: token: ${{ secrets.BOT_ACCESS_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dc45c97..f8f8a727 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,7 @@ jobs: # Trigger packaging workflow if needed - name: 'Trigger packaging workflow if needed' - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 if: steps.checkForChanges.outputs.hasChanges == 'true' with: token: ${{ secrets.BOT_ACCESS_TOKEN }}