File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
dist :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/setup-python@v4
14
+ - uses : actions/setup-python@v5
15
15
with :
16
16
python-version : " 3.x"
17
17
- uses : actions/checkout@v4
49
49
- pydocstyle .
50
50
steps :
51
51
- uses : actions/checkout@v4
52
- - uses : actions/setup-python@v4
52
+ - uses : actions/setup-python@v5
53
53
with :
54
54
python-version : " 3.x"
55
55
cache : ' pip'
76
76
steps :
77
77
- uses : actions/checkout@v4
78
78
- name : Set up Python ${{ matrix.python-version }}
79
- uses : actions/setup-python@v4
79
+ uses : actions/setup-python@v5
80
80
with :
81
81
python-version : ${{ matrix.python-version }}
82
82
@@ -114,7 +114,7 @@ jobs:
114
114
mkdir bin
115
115
curl -O https://chromedriver.storage.googleapis.com/`curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
116
116
unzip chromedriver_linux64.zip -d bin
117
- - uses : actions/setup-python@v4
117
+ - uses : actions/setup-python@v5
118
118
with :
119
119
python-version : ${{ matrix.python-version }}
120
120
- 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@v4
13
- - uses : actions/setup-python@v4
13
+ - uses : actions/setup-python@v5
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