From 69e3c22ef46585c18addb3694bc3495d190d7bb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 03:26:48 +0000 Subject: [PATCH] chore(deps): update nick-fields/assert-action action to v4 --- .github/workflows/test-negative.yml | 2 +- .github/workflows/test-positive.yml | 2 +- .github/workflows/test-validate-failed.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index 17a7d70..566a098 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -67,7 +67,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.result }}" diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 833b6e8..c04fe23 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -67,7 +67,7 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v4 with: expected: 'success' actual: "${{ needs.test.outputs.result }}" diff --git a/.github/workflows/test-validate-failed.yml b/.github/workflows/test-validate-failed.yml index a1984d2..9a0e990 100644 --- a/.github/workflows/test-validate-failed.yml +++ b/.github/workflows/test-validate-failed.yml @@ -67,7 +67,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.result }}"