From f161368c9574de39b030771881cef69af9b3b7bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 14:56:20 +0000 Subject: [PATCH] Update nick-fields/assert-action action to v2 --- .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 dcaf922..6d8ba61 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -50,7 +50,7 @@ jobs: needs: [test] if: ${{ always() }} steps: - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 with: expected: 'true' comparison: 'notEqual' diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 8301fb9..b4b978a 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -68,7 +68,7 @@ jobs: input: ${{ steps.result.outputs.out }} script: 'map(select(.id == "result")) | .[0].value' - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 with: expected: 'success' actual: "${{ steps.stack_output.outputs.output }}"