From c6dd36d5f3d1bc6b5c7f7f6bf7a15d9edf25e4ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:02:40 +0000 Subject: [PATCH] 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/check-base-image-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-base-image-update.yaml b/.github/workflows/check-base-image-update.yaml index 5da5c60..f5c8c22 100644 --- a/.github/workflows/check-base-image-update.yaml +++ b/.github/workflows/check-base-image-update.yaml @@ -28,7 +28,7 @@ jobs: - if: steps.check.outputs.needs-updating == 'true' name: Repository Dispatch - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: event-type: base-image-update # Have to use custom PAT, because commits created with GITHUB_TOKEN will not trigger CI