From f9403fa6bf8fff94f599f55c88306521939f8b83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:05:46 +0000 Subject: [PATCH] Update nick-fields/assert-action action to v4 --- .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..1d4dc9f 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@v4 with: expected: "https://nginx:${{ needs.setup.outputs.random }}" actual: "${{ needs.test.outputs.result }}"