mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Update python-check.yml
Update actions/checkout and actions/setup-python
This commit is contained in:
parent
6abf422a08
commit
e22af3852b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/python-check.yml
vendored
4
.github/workflows/python-check.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue