File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v5
15
- - uses : actions/setup-python@v5
15
+ - uses : actions/setup-python@v6
16
16
with :
17
17
python-version : " 3.x"
18
18
- run : python -m pip install --upgrade pip build wheel twine
61
61
- pydocstyle .
62
62
steps :
63
63
- uses : actions/checkout@v5
64
- - uses : actions/setup-python@v5
64
+ - uses : actions/setup-python@v6
65
65
with :
66
66
python-version : " 3.x"
67
67
cache : ' pip'
87
87
steps :
88
88
- uses : actions/checkout@v5
89
89
- name : Set up Python ${{ matrix.python-version }}
90
- uses : actions/setup-python@v5
90
+ uses : actions/setup-python@v6
91
91
with :
92
92
python-version : ${{ matrix.python-version }}
93
93
@@ -129,7 +129,7 @@ jobs:
129
129
mkdir bin
130
130
curl -O https://chromedriver.storage.googleapis.com/`curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
131
131
unzip chromedriver_linux64.zip -d bin
132
- - uses : actions/setup-python@v5
132
+ - uses : actions/setup-python@v6
133
133
with :
134
134
python-version : ${{ matrix.python-version }}
135
135
- run : python -m pip install -e .[test]
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v5
13
- - uses : actions/setup-python@v5
13
+ - uses : actions/setup-python@v6
14
14
with :
15
15
python-version : " 3.x"
16
16
- run : python -m pip install --upgrade pip build wheel twine
You can’t perform that action at this time.
0 commit comments