From a881104f4c4dc1aa0b354939be0f3d4a0de956b1 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 10 Sep 2023 00:54:29 +0000 Subject: [PATCH] chore(deps): bump scribemd/pre-commit-action action to v0.9.102 | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------- | | github-tags | ScribeMD/pre-commit-action | 0.9.86 | 0.9.102 | --- .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 180ce643..61d9e7c4 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@0.9.86 + uses: ScribeMD/pre-commit-action@0.9.102 - name: Publish test results to GitHub. uses: EnricoMi/publish-unit-test-result-action@v2.9.0 if: always()