From b77204a31a01ca94fc6dfa3d126e47dd07c60f35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 20:59:49 +0000 Subject: [PATCH] Update nick-fields/assert-action action to v4 --- .github/workflows/test-jq-version.yml | 8 ++++---- .github/workflows/test-pr-closed.yml | 4 ++-- .github/workflows/test-pr-opened.yml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test-jq-version.yml b/.github/workflows/test-jq-version.yml index 0b87d46..cbfe9d0 100644 --- a/.github/workflows/test-jq-version.yml +++ b/.github/workflows/test-jq-version.yml @@ -39,7 +39,7 @@ jobs: chmod +x /opt/hostedtoolcache/jq/jq echo "version=$(jq --version)" >> $GITHUB_OUTPUT - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v4 with: expected: 'jq-1.5' actual: ${{ steps.base.outputs.version }} @@ -62,18 +62,18 @@ jobs: jq --version echo "version=$(jq --version)" >> $GITHUB_OUTPUT - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v4 with: expected: 'jq-1.6' actual: ${{ steps.new.outputs.version }} - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v4 with: expected: '["preview","qa2"]' actual: ${{ steps.current.outputs.deploy_envs }} - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v4 with: expected: '["qa1","qa3","qa4"]' actual: ${{ steps.current.outputs.destroy_envs }} diff --git a/.github/workflows/test-pr-closed.yml b/.github/workflows/test-pr-closed.yml index 32ce15c..645672b 100644 --- a/.github/workflows/test-pr-closed.yml +++ b/.github/workflows/test-pr-closed.yml @@ -39,12 +39,12 @@ jobs: labels: '[ "deploy", "deploy/qa2" ]' open: false - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v4 with: expected: '[]' actual: ${{ steps.current.outputs.deploy_envs }} - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v4 with: expected: '["preview","qa2"]' actual: ${{ steps.current.outputs.destroy_envs }} diff --git a/.github/workflows/test-pr-opened.yml b/.github/workflows/test-pr-opened.yml index 447aa79..a66bfd8 100644 --- a/.github/workflows/test-pr-opened.yml +++ b/.github/workflows/test-pr-opened.yml @@ -39,12 +39,12 @@ jobs: labels: '["deploy","deploy/qa2"]' open: 'true' - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v4 with: expected: '["preview","qa2"]' actual: ${{ steps.current.outputs.deploy_envs }} - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v4 with: expected: '["qa1","qa3","qa4"]' actual: ${{ steps.current.outputs.destroy_envs }}