mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-09-27 16:59:17 +00:00
(#14393) fix conandata lint
* fix conandata lint * Update conandata.yml * use same python version for action as workflow * Update conandata.yml
This commit is contained in:
2
.github/actions/pr_changed_files/action.yml
vendored
2
.github/actions/pr_changed_files/action.yml
vendored
@@ -19,7 +19,7 @@ runs:
|
||||
steps:
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: ${{ env.PYVER }}
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
shell: python
|
||||
|
Reference in New Issue
Block a user