From 2d46e7c1cceec921e523c44f5f08849ba25671f8 Mon Sep 17 00:00:00 2001 From: "Pieter De Cremer (Semgrep)" Date: Fri, 13 Dec 2024 09:55:48 +0100 Subject: [PATCH] Update pre-commit python version (#3533) * Update pre-commit python version * Update install-python github action version * Update pre-commit python version * Update pre-commit python version * use latest version of github workflow --- .github/workflows/pre-commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 879e8160ba..ab5d8d1462 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 with: - python-version: '3.7' + python-version: '3.10' - uses: pre-commit/action@v2.0.0 env: SKIP: yamlfmt