File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -37,25 +37,25 @@ jobs:
3737 steps :
3838 - uses : actions/checkout
3939 - name : Setup Python 3.7
40- uses : actions/setup-python
40+ uses : actions/setup-python@v4
4141 with :
42- python-version : 3.7
42+ python-version : ' 3.7'
4343 - name : Setup Python 3.8
44- uses : actions/setup-python
44+ uses : actions/setup-python@v4
4545 with :
46- python-version : 3.8
46+ python-version : ' 3.8'
4747 - name : Setup Python 3.9
48- uses : actions/setup-python
48+ uses : actions/setup-python@v4
4949 with :
50- python-version : 3.9
50+ python-version : ' 3.9'
5151 - name : Setup Python 3.10
52- uses : actions/setup-python
52+ uses : actions/setup-python@v4
5353 with :
54- python-version : 3.10
54+ python-version : ' 3.10'
5555 - name : Setup Python 3.11
56- uses : actions/setup-python
56+ uses : actions/setup-python@v4
5757 with :
58- python-version : 3.11
58+ python-version : ' 3.11'
5959 - name : Install Dependencies
6060 run : pip install tox
6161 # runs unit tests for each python version
You can’t perform that action at this time.
0 commit comments