From 02963cbf5cb4292e07630b3cfaa43fe2d908864f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 28 Feb 2024 10:35:47 +0000 Subject: [PATCH] chore(deps): bump enricomi/publish-unit-test-result-action action to v2.15.1 | datasource | package | from | to | | ----------- | ---------------------------------------- | ------- | ------- | | github-tags | EnricoMi/publish-unit-test-result-action | v2.12.0 | v2.15.1 | --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 789999e..3546096 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -67,7 +67,7 @@ jobs: - name: Run pre-commit hooks. uses: ScribeMD/pre-commit-action@832e026101148e0234fde20eecf91c08942ace4a # 0.9.127 - name: Publish test results to GitHub. - uses: EnricoMi/publish-unit-test-result-action@e780361cd1fc1b1a170624547b3ffda64787d365 # v2.12.0 + uses: EnricoMi/publish-unit-test-result-action@f355d34d53ad4e7f506f699478db2dd71da9de5f # v2.15.1 if: always() with: files: src/reports/jest/junit.xml