From e9a5fb1b7229c85eead233d48ccd59eb0e6d1f9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:12:12 +0000 Subject: [PATCH] Update nick-fields/assert-action action to v3 --- .github/workflows/test-negative.yml | 2 +- .github/workflows/test-positive.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index 7cb5b8a..c0a2c0d 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: 'failure' actual: "${{ needs.test.outputs.result }}" diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 6292bf6..28d9d8e 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: 'success' actual: "${{ needs.test.outputs.result }}"