From d2106510f6716ec798baf2fefba95bf632121891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 07:03:46 +0000 Subject: [PATCH] deps(ci): bump peter-evans/repository-dispatch from 4.0.0 to 4.0.1 Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](https://github.com/peter-evans/repository-dispatch/compare/5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f...28959ce8df70de7be546dd1250a005dd32156697) --- updated-dependencies: - dependency-name: peter-evans/repository-dispatch dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/documentation.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61065a4..c3a7239 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -273,7 +273,7 @@ jobs: fi - name: Trigger workflow in tibiadata-argocd-app-of-apps repo - uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f #v4.0.0 + uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 #v4.0.1 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: tibiadata/tibiadata-argocd-app-of-apps @@ -295,7 +295,7 @@ jobs: steps: - name: Trigger workflow in tibiadata-helm-charts repo - uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f #v4.0.0 + uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 #v4.0.1 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: tibiadata/tibiadata-helm-charts diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2c39f04..a0625ee 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -41,7 +41,7 @@ jobs: tag: ${{ github.ref }} - name: Trigger workflow in tibiadata-api-docs repo - uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f #v4.0.0 + uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 #v4.0.1 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: tibiadata/tibiadata-api-docs