diff --git a/.github/workflows/it-test.yml b/.github/workflows/it-test.yml index b7c52da..49a1bcc 100644 --- a/.github/workflows/it-test.yml +++ b/.github/workflows/it-test.yml @@ -13,7 +13,7 @@ jobs: - name: Given the gh-action is used with default values id: test-data uses: ./ - - uses: nick-fields/assert-action@aa0067e01f0f6545c31755d6ca128c5a3a14f6bf # v2 + - uses: nick-fields/assert-action@22dd2a66ef733fe92022d3704183ac007463eecb # v3 name: Then outputs.status value must be 0 as the project itself makes use of pre-commit validation with: expected: 0 @@ -30,7 +30,7 @@ jobs: uses: ./ with: extra-args: --help - - uses: nick-fields/assert-action@aa0067e01f0f6545c31755d6ca128c5a3a14f6bf # v2.0.0 + - uses: nick-fields/assert-action@22dd2a66ef733fe92022d3704183ac007463eecb # v3.0.0 name: Then outputs.logs should contain some printed documentation with: expected: "usage: pre-commit run" @@ -49,7 +49,7 @@ jobs: extra-args: '--all-files' config-path: '.github/tests/resources/fail-check/.pre-commit-config.yaml' ignore-failure: 'true' - - uses: nick-fields/assert-action@aa0067e01f0f6545c31755d6ca128c5a3a14f6bf # v2.0.0 + - uses: nick-fields/assert-action@22dd2a66ef733fe92022d3704183ac007463eecb # v3.0.0 name: Then outputs.status value must be 1 as there are some errors with: expected: 1 @@ -68,7 +68,7 @@ jobs: extra-args: '--all-files' config-path: '.github/tests/resources/success-check/.pre-commit-config.yaml' ignore-failure: 'true' - - uses: nick-fields/assert-action@aa0067e01f0f6545c31755d6ca128c5a3a14f6bf # v2.0.0 + - uses: nick-fields/assert-action@22dd2a66ef733fe92022d3704183ac007463eecb # v3.0.0 name: Then outputs.status value must be 0 as there are no errors with: expected: 0 @@ -87,7 +87,7 @@ jobs: extra-args: '--all-files' config-path: '.github/tests/resources/fail-check/.pre-commit-config.yaml' ignore-failure: 'true' - - uses: nick-fields/assert-action@aa0067e01f0f6545c31755d6ca128c5a3a14f6bf # v2.0.0 + - uses: nick-fields/assert-action@22dd2a66ef733fe92022d3704183ac007463eecb # v3.0.0 name: Then it has to contain the failure message in the outputs.logs with: expected: "Failed" @@ -106,7 +106,7 @@ jobs: extra-args: '--all-files' config-path: '.github/tests/resources/success-check/.pre-commit-config.yaml' ignore-failure: 'true' - - uses: nick-fields/assert-action@aa0067e01f0f6545c31755d6ca128c5a3a14f6bf # v2.0.0 + - uses: nick-fields/assert-action@22dd2a66ef733fe92022d3704183ac007463eecb # v3.0.0 name: Then it should not contain any 'Failed' in the outputs.logs with: expected: "Failed"