Skip to content

Commit

Permalink
Update cloudposse/github-action-matrix-outputs-write action to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent 4570427 commit 6ba50b7
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.4.2
- uses: cloudposse/github-action-matrix-outputs-write@0.5.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.4.2
- uses: cloudposse/github-action-matrix-outputs-write@0.5.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.4.2
- uses: cloudposse/github-action-matrix-outputs-write@0.5.0
with:
matrix-step-name: ${{ github.job }}
matrix-key: ${{ matrix.target }}
Expand Down

0 comments on commit 6ba50b7

Please sign in to comment.