From 158a440c64b5a6c3f4cf8cc9e12c4b64ed6fe139 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 17:51:57 +0000 Subject: [PATCH] Update nick-fields/assert-action action to v3 --- .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..4acb36e 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@v3.0.0 with: expected: "https://nginx:${{ needs.setup.outputs.random }}" actual: "${{ needs.test.outputs.result }}"