From 731753d8177d00eaa1d35d141f129a9b0a51c732 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:14:19 +0000 Subject: [PATCH] chore(deps): update nick-fields/assert-action action to v2 --- .github/workflows/test-negative.yml | 6 +++--- .github/workflows/test-positive.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index ff1ee33..06def51 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -61,17 +61,17 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 with: expected: 'failure' actual: "${{ needs.test.outputs.result }}" - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 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@v1 + - uses: nick-fields/assert-action@v2 with: expected: hfdahjkhgkhajdksah actual: ${{ needs.test.outputs.tag }} diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 6e46d2f..9982da3 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -61,17 +61,17 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 with: expected: 'success' actual: "${{ needs.test.outputs.result }}" - - uses: nick-fields/assert-action@v1 + - uses: nick-fields/assert-action@v2 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@v1 + - uses: nick-fields/assert-action@v2 with: expected: ${{ needs.test.outputs.builded_tag }} actual: ${{ needs.test.outputs.tag }}