From 87a973c22f4399ff4fc23ad875938e753527d0da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 17:35:09 +0000 Subject: [PATCH] Update nick-fields/assert-action action to v3 --- .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..f37fa1b 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@v3.0.0 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@v3.0.0 with: expected: 'jq-1.6' actual: ${{ steps.new.outputs.version }} - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: '["preview","qa2"]' actual: ${{ steps.current.outputs.deploy_envs }} - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 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..6754016 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@v3.0.0 with: expected: '[]' actual: ${{ steps.current.outputs.deploy_envs }} - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 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..014c1e3 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@v3.0.0 with: expected: '["preview","qa2"]' actual: ${{ steps.current.outputs.deploy_envs }} - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: '["qa1","qa3","qa4"]' actual: ${{ steps.current.outputs.destroy_envs }}