From 4486281a326120c0702e4d6aa10f43736d07c1a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 17:59:19 +0000 Subject: [PATCH] chore(deps): update nick-fields/assert-action action to v3 --- .github/workflows/test-atmos_pro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-atmos_pro.yml b/.github/workflows/test-atmos_pro.yml index 4db22a15..6c50d5bd 100644 --- a/.github/workflows/test-atmos_pro.yml +++ b/.github/workflows/test-atmos_pro.yml @@ -92,7 +92,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: 'succeeded' actual: "${{ needs.test.outputs.result }}"