From f8982b37b603e3767d333b35af82d40cac12e938 Mon Sep 17 00:00:00 2001 From: Upstream Data Date: Wed, 18 Sep 2024 14:07:16 -0600 Subject: [PATCH] Update action python version --- .github/workflows/code-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-lint.yml b/.github/workflows/code-lint.yml index 666c057..bc2ec19 100644 --- a/.github/workflows/code-lint.yml +++ b/.github/workflows/code-lint.yml @@ -19,7 +19,7 @@ jobs: - name: "Set up Python" uses: actions/setup-python@v5.2.0 with: - python-version: "3.11" + python-version: "3.12" cache: "pip" - name: "Install requirements"