Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 1, 2022
1 parent e376ee3 commit 052f5cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: cloudposse/github-action-matrix-outputs-write@0.1.0
- uses: cloudposse/github-action-matrix-outputs-write@0.2.0
id: writer
with:
matrix-step-name: ${{ inputs.matrix-step-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-negative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: cloudposse/github-action-matrix-outputs-write@0.1.0
- uses: cloudposse/github-action-matrix-outputs-write@0.2.0
with:
matrix-step-name: ${{ github.job }}
matrix-key: ${{ matrix.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-positive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: cloudposse/github-action-matrix-outputs-write@0.1.0
- uses: cloudposse/github-action-matrix-outputs-write@0.2.0
with:
matrix-step-name: ${{ github.job }}
matrix-key: ${{ matrix.target }}
Expand Down

0 comments on commit 052f5cf

Please sign in to comment.