diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 14b388dea..e90c6ff25 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -30,7 +30,7 @@ jobs: # your system installation code here # sudo apt-get install -y libcurl4-openssl-dev - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.9" architecture: "x64"