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 }}"