From d264351ac5961ac2e6f26957fff507569720781d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 17:56:04 +0000 Subject: [PATCH] chore(deps): update nick-fields/assert-action action to v3 --- .github/workflows/_test-negative.yaml | 2 +- .github/workflows/test-positive.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_test-negative.yaml b/.github/workflows/_test-negative.yaml index d671eb8..a91aff4 100644 --- a/.github/workflows/_test-negative.yaml +++ b/.github/workflows/_test-negative.yaml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: 'false' actual: "${{ needs.test.outputs.result }}" diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index cbab395..63a2fe4 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -144,7 +144,7 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: 'https://example-app.example.com/dashboard' actual: "${{ needs.test.outputs.result }}"