diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index 2ffffdc..7618924 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -42,7 +42,7 @@ jobs: needs: [test] if: ${{ always() }} steps: - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 with: expected: 'true' comparison: 'notEqual' diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index d1e0585..f8f1039 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -60,7 +60,7 @@ jobs: input: ${{ steps.result.outputs.out }} script: 'map(select(.id == "result")) | .[0].value' - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 with: expected: 'success' actual: "${{ steps.stack_output.outputs.output }}"