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 }}