File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 check :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
12- - uses : actions/setup-python@v5
11+ - uses : actions/checkout@v6
12+ - uses : actions/setup-python@v6
1313 with :
14- python-version : 3.9
14+ python-version : 3.13
1515 - name : Black
1616 run : |
1717 pip install black
@@ -31,11 +31,11 @@ jobs:
3131 sphinx-version : ' 5.*'
3232 name : " Test Extension - Python(${{ matrix.python-version }}), Sphinx(${{ matrix.sphinx-version }})"
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v6
3535 with :
3636 fetch-depth : 0
3737 - name : Setup Python
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : ${{ matrix.python-version }}
4141 - name : Install dependencies
5858 with :
5959 fetch-depth : 0
6060 - name : Set up Python
61- uses : actions/setup-python@v4
61+ uses : actions/setup-python@v6
6262 with :
63- python-version : ' 3.9 '
63+ python-version : ' 3.13 '
6464 - name : Install Dependencies
6565 run : |
6666 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments