From 75de448c871a108ff0741cd620c5f29041011f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 11:02:30 +0000 Subject: [PATCH] chore(deps): bump shakacode/control-plane-flow/.github/workflows/cpflow-delete-review-app.yml Bumps [shakacode/control-plane-flow/.github/workflows/cpflow-delete-review-app.yml](https://github.com/shakacode/control-plane-flow) from 5.0.4 to 5.1.1. - [Release notes](https://github.com/shakacode/control-plane-flow/releases) - [Changelog](https://github.com/shakacode/control-plane-flow/blob/main/CHANGELOG.md) - [Commits](https://github.com/shakacode/control-plane-flow/compare/v5.0.4...v5.1.1) --- updated-dependencies: - dependency-name: shakacode/control-plane-flow/.github/workflows/cpflow-delete-review-app.yml dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cpflow-delete-review-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpflow-delete-review-app.yml b/.github/workflows/cpflow-delete-review-app.yml index cda1484..32895f0 100644 --- a/.github/workflows/cpflow-delete-review-app.yml +++ b/.github/workflows/cpflow-delete-review-app.yml @@ -31,6 +31,6 @@ jobs: github.event_name == 'workflow_dispatch' # This `if:` mirrors the upstream job guard to avoid a billable workflow_call # when the event does not match. Keep both conditions in sync. - uses: shakacode/control-plane-flow/.github/workflows/cpflow-delete-review-app.yml@v5.0.4 + uses: shakacode/control-plane-flow/.github/workflows/cpflow-delete-review-app.yml@v5.1.1 secrets: CPLN_TOKEN_STAGING: ${{ secrets.CPLN_TOKEN_STAGING }}