diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index aed16fecc..bd675eac5 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v5.1.1 + uses: actions/setup-python@v5.2.0 with: python-version: "3.9" architecture: "x64"