From ff0f701d67fbc58c758bc689fb5dd4af96ef3870 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 14:54:21 +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 506fe79..c813dd1 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -85,7 +85,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 }}" @@ -107,7 +107,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 }}"