diff --git a/.github/workflows/test-dev-environment.yml b/.github/workflows/test-dev-environment.yml index 5f47cff..1a75136 100644 --- a/.github/workflows/test-dev-environment.yml +++ b/.github/workflows/test-dev-environment.yml @@ -50,12 +50,12 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: 'cplive-plat-ue2-dev-eks-cluster' actual: "${{ needs.test.outputs.cluster }}" - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: 'dev' actual: "${{ needs.test.outputs.namespace }}" diff --git a/.github/workflows/test-staging-environment.yml b/.github/workflows/test-staging-environment.yml index d322cbb..f505357 100644 --- a/.github/workflows/test-staging-environment.yml +++ b/.github/workflows/test-staging-environment.yml @@ -50,12 +50,12 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: 'cplive-plat-ue2-dev-eks-cluster' actual: "${{ needs.test.outputs.cluster }}" - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: 'staging' actual: "${{ needs.test.outputs.namespace }}"