Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Feb 28, 2024
1 parent 0e990f0 commit 81f191d
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@v4

- uses: cloudposse/github-action-matrix-outputs-write@artifacts-action-v4
- uses: cloudposse/github-action-matrix-outputs-write@v1
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@v4

- uses: cloudposse/github-action-matrix-outputs-write@artifacts-action-v4
- uses: cloudposse/github-action-matrix-outputs-write@v1
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@v4

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

0 comments on commit 81f191d

Please sign in to comment.