From 8b97c3e3954b5d631afe237a1dd870d44c776f54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:05:33 +0000 Subject: [PATCH] chore(deps): update nick-fields/assert-action action to v3 --- .github/workflows/test-auto-from.yml | 6 +++--- .github/workflows/test-auto-to-no-metadata.yml | 2 +- .github/workflows/test-auto-to.yml | 4 ++-- .github/workflows/test-negative.yml | 2 +- .github/workflows/test-positive.yml | 6 +++--- .github/workflows/test-to-no-metadata.yml | 6 +++--- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/test-auto-from.yml b/.github/workflows/test-auto-from.yml index ee59389..ddbadfb 100644 --- a/.github/workflows/test-auto-from.yml +++ b/.github/workflows/test-auto-from.yml @@ -64,17 +64,17 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: 'success' actual: "${{ needs.test.outputs.result }}" - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: registry.hub.docker.com/${{ github.event.repository.owner.login }}/${{ github.event.repository.name }} actual: "${{ needs.test.outputs.image }}" - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: ${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }} actual: "${{ needs.test.outputs.tag }}" diff --git a/.github/workflows/test-auto-to-no-metadata.yml b/.github/workflows/test-auto-to-no-metadata.yml index 5e29143..cf22c5b 100644 --- a/.github/workflows/test-auto-to-no-metadata.yml +++ b/.github/workflows/test-auto-to-no-metadata.yml @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: 'failure' actual: "${{ needs.test.outputs.result }}" diff --git a/.github/workflows/test-auto-to.yml b/.github/workflows/test-auto-to.yml index 7ff97c6..9180b45 100644 --- a/.github/workflows/test-auto-to.yml +++ b/.github/workflows/test-auto-to.yml @@ -64,12 +64,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: 'success' actual: "${{ needs.test.outputs.result }}" - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: registry.hub.docker.com/${{ github.event.repository.owner.login }}/${{ github.event.repository.name }} actual: "${{ needs.test.outputs.image }}" diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index a780b1d..43c24ef 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: 'failure' actual: ${{ needs.test.outputs.result }} diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index aa50d4f..ca0c613 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -65,17 +65,17 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: 'success' actual: "${{ needs.test.outputs.result }}" - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: registry.hub.docker.com/${{ github.event.repository.owner.login }}/${{ github.event.repository.name }} actual: "${{ needs.test.outputs.image }}" - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: ${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }} actual: "${{ needs.test.outputs.tag }}" diff --git a/.github/workflows/test-to-no-metadata.yml b/.github/workflows/test-to-no-metadata.yml index 650feab..6cb492b 100644 --- a/.github/workflows/test-to-no-metadata.yml +++ b/.github/workflows/test-to-no-metadata.yml @@ -66,17 +66,17 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: 'success' actual: "${{ needs.test.outputs.result }}" - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: registry.hub.docker.com/${{ github.event.repository.owner.login }}/${{ github.event.repository.name }} actual: "${{ needs.test.outputs.image }}" - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v3.0.0 with: expected: ${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }} actual: "${{ needs.test.outputs.tag }}"