File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v3
1111 - uses : actions/setup-python@v4
1212 with :
13- python-version : ' 3.8 '
13+ python-version : ' 3.9 '
1414 - name : extract pip cache
1515 uses : actions/cache@v3
1616 with :
3434 - uses : actions/checkout@v3
3535 - uses : actions/setup-python@v4
3636 with :
37- python-version : ' 3.8 '
37+ python-version : ' 3.9 '
3838 - name : set pip cache dir
3939 shell : bash
4040 run : echo "PIP_CACHE_DIR=$(pip cache dir)" >> $GITHUB_ENV
9696 - uses : actions/checkout@v3
9797 - uses : actions/setup-python@v4
9898 with :
99- python-version : ' 3.8 '
99+ python-version : ' 3.9 '
100100 - if : matrix.test == 'other'
101101 run : |
102102 sudo apt-get update
@@ -146,7 +146,7 @@ jobs:
146146 - uses : actions/checkout@v3
147147 - uses : actions/setup-python@v4
148148 with :
149- python-version : ' 3.8 '
149+ python-version : ' 3.9 '
150150 - id : os-name
151151 uses : ASzc/change-string-case-action@v5
152152 with :
You can’t perform that action at this time.
0 commit comments