From 4bfb7191ed996d2f545e312c8a802c9ab63d436c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:50:58 +0000 Subject: [PATCH] chore(deps): update guillaumefalourd/assert-command-line-output action to v2.4 --- .github/workflows/TestPHPUnit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/TestPHPUnit.yml b/.github/workflows/TestPHPUnit.yml index f1520486..ea0ed9d6 100644 --- a/.github/workflows/TestPHPUnit.yml +++ b/.github/workflows/TestPHPUnit.yml @@ -78,7 +78,7 @@ jobs: path: test_result - name: Confirm All PHPUnit Functional Tests were run - uses: GuillaumeFalourd/assert-command-line-output@v2.3 + uses: GuillaumeFalourd/assert-command-line-output@v2.4 with: command_line: xmllint --xpath 'string(//testsuites/testsuite/@tests)' test_result/phpunit-functional.xml contains: 6