From 729ae13fa7251ecdc267650f46ac12283ce42026 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:04:34 +0000 Subject: [PATCH] Update nick-fields/assert-action action to v3 --- .github/workflows/test-dev-environment.yml | 4 ++-- .github/workflows/test-staging-environment.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 }}"