From 63d8402ce3058944e97527a5d96e1b9af4000110 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:43:33 +0000 Subject: [PATCH] Update nick-fields/assert-action action to v2 --- .github/workflows/test-positive.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 33bdd5b..9998921 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -77,7 +77,7 @@ jobs: with: number: ${{ needs.setup.outputs.pr_number }} - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 with: comparison: "contains" expected: "${{ needs.setup.outputs.label }}" @@ -99,7 +99,7 @@ jobs: with: number: ${{ needs.setup.outputs.pr_number }} - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 with: comparison: "notContains" expected: "${{ needs.setup.outputs.label }}"