diff --git a/.github/workflows/test-increased-wait-time.yml b/.github/workflows/test-increased-wait-time.yml index 389e1c5..a46af02 100644 --- a/.github/workflows/test-increased-wait-time.yml +++ b/.github/workflows/test-increased-wait-time.yml @@ -76,7 +76,7 @@ jobs: runs-on: ubuntu-latest needs: [test, set_status] steps: - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v3.0.0 with: expected: "success" actual: "${{ needs.test.outputs.status }}" diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index e16f688..ff5f779 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v3.0.0 with: expected: "failure" actual: "${{ needs.test.outputs.status }}" diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 5820b31..c1d2a9c 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest needs: [test, set_status] steps: - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v3.0.0 with: expected: "success" actual: "${{ needs.test.outputs.status }}" diff --git a/.github/workflows/test-wrong-status.yml b/.github/workflows/test-wrong-status.yml index 1c794e0..d58f9a6 100644 --- a/.github/workflows/test-wrong-status.yml +++ b/.github/workflows/test-wrong-status.yml @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest needs: [test, set_status] steps: - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v3.0.0 with: expected: "failure" actual: "${{ needs.test.outputs.status }}"