From 86d44a0270adafb97dd8f9d92f69398e3e4292ed Mon Sep 17 00:00:00 2001 From: Phillip Date: Thu, 16 Jan 2025 16:13:38 +0100 Subject: [PATCH] BC-8113 update gh-action (#1083) --- .github/workflows/clean_workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clean_workflow.yml b/.github/workflows/clean_workflow.yml index f64d2a201..20051a26e 100644 --- a/.github/workflows/clean_workflow.yml +++ b/.github/workflows/clean_workflow.yml @@ -74,7 +74,7 @@ jobs: echo "branch_exists=false" >> $GITHUB_ENV fi ## Write for matrix outputs workaround https://github.com/orgs/community/discussions/17245 - - uses: cloudposse/github-action-matrix-outputs-write@0.5.0 + - uses: cloudposse/github-action-matrix-outputs-write@v1 id: out with: matrix-step-name: ${{ github.job }} @@ -90,7 +90,7 @@ jobs: are_all_branches_deleted: ${{ steps.are_all_branches_deleted.outputs.are_all_branches_deleted }} steps: ## read for matrix outputs workaround https://github.com/orgs/community/discussions/17245 - - uses: cloudposse/github-action-matrix-outputs-read@0.1.2 + - uses: cloudposse/github-action-matrix-outputs-read@v1 id: read with: matrix-step-name: gather_branch_exists