From 8de0dc933f8a8d1d7daf2f6793e89c64157cbf4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 06:06:26 +0000 Subject: [PATCH] Bump peter-evans/repository-dispatch from 2 to 3 (#4404) Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 2 to 3. - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](https://github.com/peter-evans/repository-dispatch/compare/v2...v3) --- updated-dependencies: - dependency-name: peter-evans/repository-dispatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/e2e-infra-cleanup.yaml | 2 +- .github/workflows/regression.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-infra-cleanup.yaml b/.github/workflows/e2e-infra-cleanup.yaml index 59a7a6b89d..d1dafa3a58 100644 --- a/.github/workflows/e2e-infra-cleanup.yaml +++ b/.github/workflows/e2e-infra-cleanup.yaml @@ -69,7 +69,7 @@ jobs: workspace: ${{ fromJSON(needs.find-expired-workspaces.outputs.workspaces) }} steps: - name: Trigger workspace cleanup - uses: peter-evans/repository-dispatch@v2 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.E2E_GH_PAT }} repository: replicatedhq/kots diff --git a/.github/workflows/regression.yaml b/.github/workflows/regression.yaml index c3368248af..4ec2080813 100644 --- a/.github/workflows/regression.yaml +++ b/.github/workflows/regression.yaml @@ -294,7 +294,7 @@ jobs: WORKSPACE: ${{ needs.get-workspace-name.outputs.name }} steps: - name: Trigger workspace cleanup - uses: peter-evans/repository-dispatch@v2 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.E2E_GH_PAT }} repository: replicatedhq/kots