build(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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-08 06:01:12 +00:00
committed by Loïc Mathieu
parent f1274737d1
commit 1a8437056f

View File

@@ -71,7 +71,7 @@ jobs:
if: always()
steps:
- name: Trigger EE Workflow
uses: peter-evans/repository-dispatch@v3
uses: peter-evans/repository-dispatch@v4
if: github.ref == 'refs/heads/develop' && needs.release.result == 'success'
with:
token: ${{ secrets.GH_PERSONAL_TOKEN }}