From d74024b3c8ebd8257e1dd2d86d06f3fa7aa0b7b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 11:05:06 +0000 Subject: [PATCH] chore(deps): update nick-fields/assert-action action to v3 --- .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..9c078dd 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@v3.0.0 with: actual: "${{ steps.current.outputs.namespace }}" expected: '${{ matrix.expected-namespace }}' - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v3.0.0 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@v3.0.0 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@v3.0.0 if: ${{ matrix.expected-service-config-ssm-path }} with: actual: "${{ steps.result.outputs.service-config-ssm-path }}"