From f5f00ca8457d33a5f3ac70128b9f1dec9214a691 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 03:26:45 +0000 Subject: [PATCH] chore(deps): update nick-fields/assert-action action to v4 --- .github/workflows/test-positive.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index c46cca8..8fa2be5 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -80,12 +80,12 @@ jobs: service-config-ssm-path: service/app/config/custom/app-ns foo: bar - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v4 with: actual: "${{ steps.current.outputs.namespace }}" expected: '${{ matrix.expected-namespace }}' - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v4 if: ${{ matrix.expected-cluster-role }} with: actual: "${{ steps.current.outputs.role }}" @@ -98,13 +98,13 @@ jobs: query: . config: ${{ steps.current.outputs.environment-config }} - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v4 if: ${{ matrix.expected-foo }} with: actual: "${{ steps.result.outputs.foo }}" expected: '${{ matrix.expected-foo }}' - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v4 if: ${{ matrix.expected-service-config-ssm-path }} with: actual: "${{ steps.result.outputs.service-config-ssm-path }}"