From 3588e4511dd4638d3a74a8b251af174512bcda72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 15:06:20 +0000 Subject: [PATCH] Update nick-fields/assert-action action to v2 --- .github/workflows/test-positive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index b510cf6..517b6fd 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest needs: [setup, test] steps: - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 with: expected: "https://nginx:${{ needs.setup.outputs.random }}" actual: "${{ needs.test.outputs.result }}"