From 702755a3662f237b908722cae74003e9f62cc19f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 15:08:49 +0000 Subject: [PATCH] Update nick-fields/assert-action action to v2 --- .github/workflows/test-positive.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 06494ad..46fe5b8 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -43,17 +43,17 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 with: expected: 'success' actual: "${{ needs.test.outputs.result }}" - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 with: expected: 'bar' actual: ${{ fromJson(needs.test.outputs.apps)[0] }} - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 with: expected: 'foo' actual: ${{ fromJson(needs.test.outputs.apps)[1] }}