From d6319114461d50f12189a42685c9c8e433f4df03 Mon Sep 17 00:00:00 2001 From: Daniel Hoherd Date: Tue, 20 Feb 2024 18:58:25 -0500 Subject: [PATCH] Update pre-commit workflow --- .github/workflows/pre-commit-action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-commit-action.yaml b/.github/workflows/pre-commit-action.yaml index 5310566..ae7f038 100644 --- a/.github/workflows/pre-commit-action.yaml +++ b/.github/workflows/pre-commit-action.yaml @@ -6,11 +6,11 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: "3.10" - name: Install dependencies run: | python -m pip install pre-commit