Skip to content

Commit

Permalink
Merge pull request #11 from chmouel/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5
  • Loading branch information
chmouel authored Dec 7, 2023
2 parents a86232e + f000259 commit 2c4cc62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
- uses: actions/setup-python@v4
uses: actions/setup-python@v5
- uses: actions/setup-python@v5
- run: pip install pylint # -r requirements.txt
- run: pylint *.py

0 comments on commit 2c4cc62

Please sign in to comment.