From 742dd92faf82ddbf1e5a4b6f180f744ddba99237 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 03:15:47 +0000 Subject: [PATCH] chore(deps): update nick-fields/assert-action action to v4 --- .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..c1d8570 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@v4 with: expected: "success" actual: "${{ needs.test.outputs.status }}" diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index e16f688..148bd58 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@v4 with: expected: "failure" actual: "${{ needs.test.outputs.status }}" diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 5820b31..ef53e7d 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@v4 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..0eb10d7 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@v4 with: expected: "failure" actual: "${{ needs.test.outputs.status }}"