diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index 7cb5b8a..f1640c6 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v4 with: expected: 'failure' actual: "${{ needs.test.outputs.result }}" diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 6292bf6..2f74d95 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v4 with: expected: 'success' actual: "${{ needs.test.outputs.result }}"