From 1dc605e824f8ac40674003995cfee73c83a27266 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:08:11 +0000 Subject: [PATCH] Update nick-fields/assert-action action to v4 --- .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..5298e59 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@v4 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@v4 with: comparison: "notContains" expected: "${{ needs.setup.outputs.label }}"