From 034347f74fc3fecefed0e02872ed1a926f41c69a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:03:54 +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 dcaf922..e2d402c 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@v3.0.0 with: expected: 'true' comparison: 'notEqual' diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 8301fb9..30b17d3 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@v3.0.0 with: expected: 'success' actual: "${{ steps.stack_output.outputs.output }}"