diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 06494ad..46fe5b8 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -43,17 +43,17 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 with: expected: 'success' actual: "${{ needs.test.outputs.result }}" - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 with: expected: 'bar' actual: ${{ fromJson(needs.test.outputs.apps)[0] }} - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 with: expected: 'foo' actual: ${{ fromJson(needs.test.outputs.apps)[1] }}