From 91a2f443ac2c003ebd6d00b7104f0369c27b9880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:22:12 +0000 Subject: [PATCH] chore(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] --- .github/workflows/build-and-push-prod.yaml | 2 +- .github/workflows/build-and-push-stage.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push-prod.yaml b/.github/workflows/build-and-push-prod.yaml index 0b883bad..5dbc544f 100644 --- a/.github/workflows/build-and-push-prod.yaml +++ b/.github/workflows/build-and-push-prod.yaml @@ -98,7 +98,7 @@ jobs: tags: ghcr.io/${{ env.REPO_LC }}:${{ env.RELEASE_VERSION }}, ghcr.io/${{ env.REPO_LC }}:latest - name: Notify management repo to update submodules - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.GREEN_ECOLUTION_PAT }} repository: green-ecolution/green-ecolution diff --git a/.github/workflows/build-and-push-stage.yaml b/.github/workflows/build-and-push-stage.yaml index c2b2bea3..511def89 100644 --- a/.github/workflows/build-and-push-stage.yaml +++ b/.github/workflows/build-and-push-stage.yaml @@ -102,7 +102,7 @@ jobs: tags: ghcr.io/${{ env.REPO_LC }}:${{ env.RELEASE_VERSION }}-stage,ghcr.io/${{ env.REPO_LC }}:${{ env.COMMIT_SHA }}-stage - name: Notify management repo to update submodules - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.GREEN_ECOLUTION_PAT }} repository: green-ecolution/green-ecolution