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 @@ -21,13 +21,13 @@ jobs:
2121 - name : Checkout source tree
2222 uses : actions/checkout@v4
2323 - name : Set up Python 3.9
24- uses : actions/setup-python@v4
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : 3.9
2727 - name : Install dependencies
2828 run : |
2929 python -m pip install --upgrade pip
30- pip install tox==4.27.0
30+ pip install tox==4.30.2
3131 - name : Generate docs
3232 run : tox -c py/tox.ini
3333 env :
@@ -41,13 +41,13 @@ jobs:
4141 - name : Checkout source tree
4242 uses : actions/checkout@v4
4343 - name : Set up Python 3.9
44- uses : actions/setup-python@v4
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : 3.9
4747 - name : Install dependencies
4848 run : |
4949 python -m pip install --upgrade pip
50- pip install tox==4.27.0
50+ pip install tox==4.30.2
5151 - name : Run type checking
5252 run : |
5353 tox -c py/tox.ini || true
Original file line number Diff line number Diff line change 6868 distribution : ' temurin'
6969 - name : Set up Python 3.9
7070 if : ${{ inputs.language == 'py' || inputs.language == 'all' }}
71- uses : actions/setup-python@v5
71+ uses : actions/setup-python@v6
7272 with :
7373 python-version : 3.9
7474 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments