From cd0652ec0f022d4b3921fd3208fea5ed5a88801e Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Thu, 17 Oct 2024 14:06:32 +0200 Subject: [PATCH] Update pre-commit action --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index adcf872..e151523 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -10,4 +10,4 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1