From 85ea3ec043c41aedd6e9f61914d45ec7878f1126 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 13:59:10 +0000 Subject: [PATCH] chore(deps): update pre-commit/action action to v3.0.1 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ccad76b5..1528359b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - name: Install dependencies run: poetry install --no-interaction --no-root - run: source .venv/bin/activate - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 fast-tests: runs-on: ubuntu-22.04