From af92fa25f638493c5880fe4582f99d1d536e7202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 03:44:21 +0000 Subject: [PATCH] build(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/cd-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-image.yml b/.github/workflows/cd-image.yml index 46af1ac18c..36a36e66dd 100644 --- a/.github/workflows/cd-image.yml +++ b/.github/workflows/cd-image.yml @@ -69,7 +69,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') steps: - name: Dispatch to universe - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.UNIVERSE_DEPLOY_TOKEN }} repository: luxfi/universe