File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 55 types :
66 - created
77
8-
98jobs :
109 build :
1110 name : Linux Py${{ matrix.PYTHON_VERSION }}
1211 runs-on : ubuntu-latest
1312 env :
14- CI : ' true'
15- OS : ' linux'
13+ CI : " true"
14+ OS : " linux"
1615 PYTHON_VERSION : ${{ matrix.PYTHON_VERSION }}
1716 strategy :
1817 fail-fast : false
1918 matrix :
20- PYTHON_VERSION : [' 3.8' ]
19+ PYTHON_VERSION : [" 3.8" ]
2120 timeout-minutes : 10
2221 steps :
23- - uses : actions/cache@v1
22+ - uses : actions/cache@v4
2423 with :
2524 path : ~/.cache/pip
2625 key : ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-${{ hashFiles('setup.py') }}
2726 restore-keys : ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-
28- - uses : actions/checkout@v2
27+ - uses : actions/checkout@v4
2928 with :
3029 fetch-depth : 0
31- - uses : actions/setup-python@v2
30+ - uses : actions/setup-python@v5
3231 with :
3332 python-version : ${{ matrix.PYTHON_VERSION }}
34- architecture : ' x64'
33+ architecture : " x64"
3534 - run : python -m pip install --upgrade pip setuptools wheel twine
3635 - name : Build and publish python-language-server
3736 env :
You can’t perform that action at this time.
0 commit comments