From e1f9116b419a8d4245ce53503aac7ea76eb70bb9 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 21 Mar 2024 23:55:06 +0000 Subject: [PATCH] chore(deps): bump enricomi/publish-unit-test-result-action action to v2.16.1 | datasource | package | from | to | | ----------- | ---------------------------------------- | ------- | ------- | | github-tags | EnricoMi/publish-unit-test-result-action | v2.15.1 | v2.16.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 7dbbddf..7717ac4 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@f355d34d53ad4e7f506f699478db2dd71da9de5f # v2.15.1 + uses: EnricoMi/publish-unit-test-result-action@30eadd5010312f995f0d3b3cff7fe2984f69409e # v2.16.1 if: always() with: files: src/reports/jest/junit.xml