From 4cd6cc74d3247df605184e85d7cf2d7313b52ff9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 02:22:47 +0000 Subject: [PATCH] Update nick-fields/assert-action action to v2 --- .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 4c0c542..88620b9 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -72,12 +72,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@v2 with: actual: "${{ steps.current.outputs.namespace }}" expected: '${{ matrix.expected-namespace }}' - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 if: ${{ matrix.expected-cluster-role }} with: actual: "${{ steps.current.outputs.role }}" @@ -90,13 +90,13 @@ jobs: query: . config: ${{ steps.current.outputs.environment-config }} - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 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@v2 if: ${{ matrix.expected-service-config-ssm-path }} with: actual: "${{ steps.result.outputs.service-config-ssm-path }}"