From da43e2eaede0d81c1ae526ed6e312a202ed712ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:06:18 +0000 Subject: [PATCH] Update peter-evans/repository-dispatch action to v4 --- .github/workflows/deploy-pr-staging.yml | 2 +- .github/workflows/manual-destroy-staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-pr-staging.yml b/.github/workflows/deploy-pr-staging.yml index 9b1c6a4..312eae9 100644 --- a/.github/workflows/deploy-pr-staging.yml +++ b/.github/workflows/deploy-pr-staging.yml @@ -80,7 +80,7 @@ jobs: repositories: Ry_AWS_IaC - name: 🚀 Trigger IaC deploy (repository_dispatch) - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ steps.app-token.outputs.token }} repository: internetee/Ry_AWS_IaC diff --git a/.github/workflows/manual-destroy-staging.yml b/.github/workflows/manual-destroy-staging.yml index 3775f5f..690fca2 100644 --- a/.github/workflows/manual-destroy-staging.yml +++ b/.github/workflows/manual-destroy-staging.yml @@ -22,7 +22,7 @@ jobs: repositories: Ry_AWS_IaC - name: 🚀 Send Destroy Signal to IaC - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ steps.app-token.outputs.token }} repository: internetee/Ry_AWS_IaC