Skip to content

Commit

Permalink
Merge pull request #428 from CrowdStrike/fix-workflow-python-version
Browse files Browse the repository at this point in the history
chore: workflow py versions should not pass supported
  • Loading branch information
redhatrises authored Oct 31, 2023
2 parents f4e61a7 + 5322d03 commit 909af7a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/falcon_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
cache: 'pip'
cache-dependency-path: '.github/workflows/falcon_configure.yml'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/falcon_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
cache: 'pip'
cache-dependency-path: '.github/workflows/falcon_install.yml'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/falcon_uninstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
cache: 'pip'
cache-dependency-path: '.github/workflows/falcon_uninstall.yml'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win_falcon_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
cache: 'pip'
cache-dependency-path: '.github/workflows/win_falcon_configure.yml'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win_falcon_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
cache: 'pip'
cache-dependency-path: '.github/workflows/win_falcon_install.yml'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win_falcon_uninstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
cache: 'pip'
cache-dependency-path: '.github/workflows/win_falcon_uninstall.yml'

Expand Down

0 comments on commit 909af7a

Please sign in to comment.