8000 Use inputs.version in lint job in check.yml · python/python-docs-pt-br@034a264 · GitHub
[go: up one dir, main page]

Skip to content

Commit 034a264

Browse files
authored
Use inputs.version in lint job in check.yml
1 parent 94c27a1 commit 034a264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Set up Python 3
121121
uses: actions/setup-python@v5
122122
with:
123-
python-version: '3'
123+
python-version: ${{ inputs.version }}
124124
cache: pip
125125
allow-prereleases: true
126126

0 commit comments

Comments
 (0)
0