Skip to content

Commit

Permalink
Update cloudposse/github-action-matrix-outputs-write action to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2023
1 parent 67511f3 commit 046678e
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.3.0
- uses: cloudposse/github-action-matrix-outputs-write@0.4.1
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.3.0
- uses: cloudposse/github-action-matrix-outputs-write@0.4.1
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.3.0
- uses: cloudposse/github-action-matrix-outputs-write@0.4.1
with:
matrix-step-name: ${{ github.job }}
matrix-key: ${{ matrix.target }}
Expand Down

0 comments on commit 046678e

Please sign in to comment.