Skip to content

Commit

Permalink
Update cloudposse/github-action-matrix-outputs-write action to v0.3.1 (
Browse files Browse the repository at this point in the history
…#18)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 26, 2022
1 parent 0dd642e commit b4fb6ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dockerized-app-promote-or-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
op: encode
in: ${{ steps.result.outputs.image }}

- uses: cloudposse/github-action-matrix-outputs-write@0.3.0
- uses: cloudposse/github-action-matrix-outputs-write@0.3.1
id: outputs
with:
matrix-step-name: ${{ inputs.matrix-step-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dockerized-app-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
op: encode
in: ${{ steps.promote.outputs.image }}

- uses: cloudposse/github-action-matrix-outputs-write@0.3.0
- uses: cloudposse/github-action-matrix-outputs-write@0.3.1
id: outputs
with:
matrix-step-name: ${{ inputs.matrix-step-name }}
Expand Down

0 comments on commit b4fb6ee

Please sign in to comment.