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 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v5
15- - uses : actions/setup-python@v5
15+ - uses : actions/setup-python@v6
1616 with :
1717 python-version : " 3.x"
1818 - run : python -m pip install --upgrade pip build wheel twine
6161 - pydocstyle .
6262 steps :
6363 - uses : actions/checkout@v5
64- - uses : actions/setup-python@v5
64+ - uses : actions/setup-python@v6
6565 with :
6666 python-version : " 3.x"
6767 cache : ' pip'
8787 steps :
8888 - uses : actions/checkout@v5
8989 - name : Set up Python ${{ matrix.python-version }}
90- uses : actions/setup-python@v5
90+ uses : actions/setup-python@v6
9191 with :
9292 python-version : ${{ matrix.python-version }}
9393
@@ -129,7 +129,7 @@ jobs:
129129 mkdir bin
130130 curl -O https://chromedriver.storage.googleapis.com/`curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
131131 unzip chromedriver_linux64.zip -d bin
132- - uses : actions/setup-python@v5
132+ - uses : actions/setup-python@v6
133133 with :
134134 python-version : ${{ matrix.python-version }}
135135 - 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@v5
13- - uses : actions/setup-python@v5
13+ - uses : actions/setup-python@v6
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