From a4a6c363a495b537efc70ed42b8d40596a11eb6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:33:10 +0000 Subject: [PATCH] Update peter-evans/repository-dispatch action to v4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 86b67401f..948b33a4c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: - name: Notify manageiq.github.io on Push if: "${{ github.event_name == 'push' && github.repository_owner == 'ManageIQ' }}" - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: "${{ secrets.WEBSITE_DEPLOY_TOKEN }}" repository: ManageIQ/manageiq.github.io