From 77b0da495d88133caac5b4b027d6ddc4ffea515f Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Wed, 7 Jun 2023 14:32:51 +0200 Subject: [PATCH] chore: bump precommit in the CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9167f9..40b4733 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Set up Python 3.9 + - name: Set up Python 3.11 uses: actions/setup-python@v2 with: - python-version: "3.9" - - uses: pre-commit/action@v2.0.0 + python-version: "3.11" + - uses: pre-commit/action@v3.0.0 with: extra_args: --all-files