Skip to content

Commit 3598daa

Browse files
committed
Updating Workflows to deprecate all version of pythons & macos: ci.yml
1 parent a1ba3a7 commit 3598daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python get-pip.py
3939
- if: ${{ matrix.python-version != '2.7' }}
4040
name: Setup Python environment
41-
uses: actions/setup-python@v4
41+
uses: actions/setup-python@v3.1.4
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
- name: Install Requirements
@@ -109,7 +109,7 @@ jobs:
109109
python get-pip.py
110110
- if: ${{ matrix.python-version != '2.7' }}
111111
name: Setup Python environment
112-
uses: actions/setup-python@v4
112+
uses: actions/setup-python@v3.1.4
113113
with:
114114
python-version: ${{ matrix.python-version }}
115115
- name: Install Requirements

0 commit comments

Comments
 (0)