Skip to content

Commit 5bfa7a4

Browse files
Update cloudposse/github-action-matrix-outputs-write action to v1 (#92)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 316b165 commit 5bfa7a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-dockerized-app-promote-or-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
op: encode
143143
in: ${{ steps.result.outputs.image }}
144144

145-
- uses: cloudposse/github-action-matrix-outputs-write@0.5.0
145+
- uses: cloudposse/github-action-matrix-outputs-write@1.0.0
146146
id: outputs
147147
with:
148148
matrix-step-name: ${{ inputs.matrix-step-name }}

.github/workflows/ci-dockerized-app-promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
op: encode
117117
in: ${{ steps.promote.outputs.image }}
118118

119-
- uses: cloudposse/github-action-matrix-outputs-write@0.5.0
119+
- uses: cloudposse/github-action-matrix-outputs-write@1.0.0
120120
id: outputs
121121
with:
122122
matrix-step-name: ${{ inputs.matrix-step-name }}

0 commit comments

Comments
 (0)