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 1111 dist :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/setup-python@v4
14+ - uses : actions/setup-python@v5
1515 with :
1616 python-version : " 3.x"
1717 - uses : actions/checkout@v4
4949 - pydocstyle .
5050 steps :
5151 - uses : actions/checkout@v4
52- - uses : actions/setup-python@v4
52+ - uses : actions/setup-python@v5
5353 with :
5454 python-version : " 3.x"
5555 cache : ' pip'
7676 steps :
7777 - uses : actions/checkout@v4
7878 - name : Set up Python ${{ matrix.python-version }}
79- uses : actions/setup-python@v4
79+ uses : actions/setup-python@v5
8080 with :
8181 python-version : ${{ matrix.python-version }}
8282
@@ -114,7 +114,7 @@ jobs:
114114 mkdir bin
115115 curl -O https://chromedriver.storage.googleapis.com/`curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
116116 unzip chromedriver_linux64.zip -d bin
117- - uses : actions/setup-python@v4
117+ - uses : actions/setup-python@v5
118118 with :
119119 python-version : ${{ matrix.python-version }}
120120 - run : python -m pip install -e .[test]
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v4
13- - uses : actions/setup-python@v4
13+ - uses : actions/setup-python@v5
1414 with :
1515 python-version : " 3.x"
1616 - run : python -m pip install --upgrade pip build wheel twine
You can’t perform that action at this time.
0 commit comments