diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-18 16:58:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-18 16:58:25 +0100 |
| commit | 19c4052f98e5dc4fe9d7edd7125df6a66efbd79f (patch) | |
| tree | 4a16157765ba95914d55dece2c6c2bb2ee5365a5 /.github/workflows/linters.yml | |
| parent | 911b1619ab62317aaa7594d5fd52c1b8e43969a0 (diff) | |
Refs #34118 -- Used Python 3.12 for GitHub actions.
Diffstat (limited to '.github/workflows/linters.yml')
| -rw-r--r-- | .github/workflows/linters.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 28526264a9..f590b5a7dc 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.12' - run: python -m pip install flake8 - name: flake8 # Pinned to v2.0.0. @@ -44,7 +44,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.12' - run: python -m pip install isort - name: isort # Pinned to v2.0.0. |
