From 1a824d2f1a5b2947217071177e6b62f338b9974f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 10 Jun 2022 13:36:33 +0000 Subject: [PATCH] Update pre-commit/action action to v3 --- .github/workflows/prepare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prepare.yml b/.github/workflows/prepare.yml index 9e5b70d9..10189140 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v4 - - uses: pre-commit/action@v2.0.3 + - uses: pre-commit/action@v3.0.0 # documentation: # needs: