mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
be more specific with python version
This commit is contained in:
parent
452acf103b
commit
5c732df550
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test-action-linux-gh.yml
vendored
2
.github/workflows/test-action-linux-gh.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: 3.10.14
|
||||
|
||||
- name: "Throttle Builds"
|
||||
shell: bash
|
||||
|
|
2
.github/workflows/test-action-windows-gh.yml
vendored
2
.github/workflows/test-action-windows-gh.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: 3.10.14
|
||||
|
||||
- name: "Throttle Builds"
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue