mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 17:15:08 +00:00
ci: set setup-python@v4 python-version for lint
This commit is contained in:
parent
f9eabb8c21
commit
70505c8b4d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -17,6 +17,8 @@ jobs:
|
|||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.9
|
||||
|
||||
# For shfmt pre-commit hook
|
||||
- name: Setup Go
|
||||
|
|
|
|||
Loading…
Reference in a new issue