From f51194f79cc470acb7da39ba8a0fb8975c5502b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:01:02 +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 2ffffdc..7618924 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -42,7 +42,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 d1e0585..f8f1039 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -60,7 +60,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 }}"