Skip to content

Commit

Permalink
BC-8113 update gh-action (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro authored Jan 16, 2025
1 parent 8fa9ca3 commit 86d44a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clean_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 86d44a0

Please sign in to comment.