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