From 8019aad4f68fd960f4a23d1ed5bc5c24ebcdf650 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 20:47:17 +0000 Subject: [PATCH] Update nick-fields/assert-action action to v4 --- .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..f1640c6 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@v4 with: expected: 'failure' actual: "${{ needs.test.outputs.result }}" diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 6292bf6..2f74d95 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@v4 with: expected: 'success' actual: "${{ needs.test.outputs.result }}"