Skip to content

Commit

Permalink
Update python-check.yml
Browse files Browse the repository at this point in the history
Update actions/checkout and actions/setup-python
  • Loading branch information
OniriCorpe authored Mar 14, 2024
1 parent 6abf422 commit e22af38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
- name: Install Ruff and Mypy
run: pip install ruff mypy

Expand Down

0 comments on commit e22af38

Please sign in to comment.