From 0f8539e87afed0f364f0b16886eda07a3efda9ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:03:05 +0000 Subject: [PATCH] Update cloudposse/github-action-release-branch-manager action to v2 --- .github/workflows/controller-release-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/controller-release-branches.yml b/.github/workflows/controller-release-branches.yml index 242ee75c..0134e8db 100644 --- a/.github/workflows/controller-release-branches.yml +++ b/.github/workflows/controller-release-branches.yml @@ -40,4 +40,4 @@ jobs: release-branch-manager: runs-on: ${{ fromJSON(inputs.runs-on) }} steps: - - uses: cloudposse/github-action-release-branch-manager@v1 \ No newline at end of file + - uses: cloudposse/github-action-release-branch-manager@v2 \ No newline at end of file