From e9c41f05b35b5c2c50e61f66aca15384a5f3a392 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Mon, 11 Dec 2023 20:20:16 +0100 Subject: [PATCH] Update pre-commit.yaml --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 00c43673..97b4e39e 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.9" architecture: "x64"