From 2bc58628b7cc8e8c759888d529f264052248bb83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 21:34:21 +0000 Subject: [PATCH] chore(deps): update peter-evans/repository-dispatch action to v4 --- .github/workflows/release-go.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-go.yml b/.github/workflows/release-go.yml index 5fca63b38..def6d8335 100644 --- a/.github/workflows/release-go.yml +++ b/.github/workflows/release-go.yml @@ -58,7 +58,7 @@ jobs: matrix: ${{ fromJSON(needs.prepare.outputs.matrix) }} steps: - name: Dispatch UI update - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.PAT_TOKEN }} repository: LumeWeb/${{ matrix.repo }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e0b43a2d..f3c836e1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: - if: steps.check-changes.outputs.has_changes == 'true' name: Trigger portal-frontend template repo update - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.PAT }} repository: lumeweb/portal-frontend-template @@ -72,7 +72,7 @@ jobs: # Release the Go modules - name: Trigger Go module release - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.PAT }} repository: lumeweb/web