diff --git a/.github/workflows/test-increased-wait-time.yml b/.github/workflows/test-increased-wait-time.yml index 389e1c5..4ccc23c 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@v2 with: expected: "success" actual: "${{ needs.test.outputs.status }}" diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index e16f688..45fa330 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@v2 with: expected: "failure" actual: "${{ needs.test.outputs.status }}" diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 5820b31..4bf8802 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@v2 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..d4de6bd 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@v2 with: expected: "failure" actual: "${{ needs.test.outputs.status }}"