From de11432536fd0b80a1af11903839628399df0987 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 18 Dec 2023 23:33:56 +0000 Subject: [PATCH] chore(deps): bump scribemd/pre-commit-action action to v0.9.127 | datasource | package | from | to | | ----------- | -------------------------- | ------- | ------- | | github-tags | ScribeMD/pre-commit-action | 0.9.116 | 0.9.127 | --- .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 3b84d59..2df9d31 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -65,7 +65,7 @@ jobs: ) }} restore-keys: yarn-${{ steps.os.outputs.IMAGE }}- - name: Run pre-commit hooks. - uses: ScribeMD/pre-commit-action@aaa96559a813c7280f69aa91a73916dc3eabf19e # 0.9.116 + uses: ScribeMD/pre-commit-action@832e026101148e0234fde20eecf91c08942ace4a # 0.9.127 - name: Publish test results to GitHub. uses: EnricoMi/publish-unit-test-result-action@ca89ad036b5fcd524c1017287fb01b5139908408 # v2.11.0 if: always()