From 6588d134acae4820a10674148bdf5ef3885b3e09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 07:32:22 +0000 Subject: [PATCH] chore(deps): update nick-fields/assert-action action to v2 --- .github/workflows/test-increased-wait-time.yml | 2 +- .github/workflows/test-negative.yml | 2 +- .github/workflows/test-positive.yml | 2 +- .github/workflows/test-wrong-status.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 }}"