Skip to content

Commit

Permalink
ci: Update pylint python version for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
micha91 committed Jun 15, 2024
1 parent 89980d4 commit ca6e192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.9"
python-version: "3.12"
- name: Upgrade pip
run: |-
python -m pip install -U pip
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.9"
python-version: "3.12"
- name: Upgrade pip
run: |-
python -m pip install -U pip
Expand Down

0 comments on commit ca6e192

Please sign in to comment.