From e6ce1734a1f020c37f7974a438e09b71b636eefc Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Wed, 27 Mar 2024 15:10:14 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20pre-commit/action=20v3.0.0=20=E2=86=92?= =?UTF-8?q?=20v3.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pytest.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index e7b71eb40..64d0cff41 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -141,12 +141,11 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - with: - python-version: "3.x" + with: { python-version: "3.12" } - name: Force recreation of pre-commit virtual environment for mypy if: github.event_name == 'schedule' run: gh cache list -L 999 | cut -f2 | grep pre-commit | xargs -I{} gh cache delete "{}" || true env: { GH_TOKEN: "${{ github.token }}" } - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1