diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index 8fe0747..c673f55 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 with: expected: 'false' actual: "${{ needs.test.outputs.result }}" diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 4ee4acf..aaa7a0a 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 with: expected: 'true' actual: "${{ needs.test.outputs.result }}"