From dd820e283bc54ee2dc74013e0884043b4eb59934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 14:07:11 +0000 Subject: [PATCH] :arrow_up: Bump peter-evans/repository-dispatch in the gh-actions group Bumps the gh-actions group with 1 update: [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch). Updates `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 dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/notify-IaC.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-IaC.yaml b/.github/workflows/notify-IaC.yaml index 8b76ed9..c7cdc7f 100644 --- a/.github/workflows/notify-IaC.yaml +++ b/.github/workflows/notify-IaC.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📢 Dispatch addon.yml update signal - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.DISPATCH_TOKEN }} repository: ${{ github.repository_owner }}/workflows