File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919 - pydocstyle .
2020 steps :
2121 - uses : actions/checkout@v5
22- - uses : actions/setup-python@v5
22+ - uses : actions/setup-python@v6
2323 with :
2424 python-version : " 3.x"
2525 cache : ' pip'
3131 runs-on : ubuntu-latest
3232 steps :
3333 - uses : actions/checkout@v5
34- - uses : actions/setup-python@v5
34+ - uses : actions/setup-python@v6
3535 with :
3636 python-version : " 3.x"
3737 - run : python -m pip install --upgrade pip build wheel twine readme-renderer
5252 runs-on : ubuntu-latest
5353 steps :
5454 - uses : actions/checkout@v5
55- - uses : actions/setup-python@v5
55+ - uses : actions/setup-python@v6
5656 with :
5757 python-version : " 3.10"
5858 - run : sudo apt-get install -y gettext graphviz
7676 runs-on : ubuntu-latest
7777 steps :
7878 - uses : actions/checkout@v5
79- - uses : actions/setup-python@v5
79+ - uses : actions/setup-python@v6
8080 with :
8181 python-version : ${{ matrix.python-version }}
8282 - run : python -m pip install Django~="${{ matrix.django-version }}.0"
@@ -102,7 +102,7 @@ jobs:
102102 mkdir bin
103103 curl -O https://chromedriver.storage.googleapis.com/`curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
104104 unzip chromedriver_linux64.zip -d bin
105- - uses : actions/setup-python@v5
105+ - uses : actions/setup-python@v6
106106 with :
107107 python-version : ${{ matrix.python-version }}
108108 - run : python -m pip install Django
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v5
12- - uses : actions/setup-python@v5
12+ - uses : actions/setup-python@v6
1313 with :
1414 python-version : " 3.x"
1515 - run : python -m pip install --upgrade pip build wheel twine
2525 steps :
2626 - uses : actions/checkout@v5
2727 - uses : actions/setup-node@v4
28- - uses : actions/setup-python@v5
28+ - uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.x"
3131 - run : python -m pip install --upgrade setuptools_scm
You can’t perform that action at this time.
0 commit comments