File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 python-version : ["3.9", "3.13"]
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - name : Set up Python ${{ matrix.python-version }}
2424 uses : actions/setup-python@v5
2525 with :
6262 python-version : ["3.9", "3.13"]
6363
6464 steps :
65- - uses : actions/checkout@v4
65+ - uses : actions/checkout@v5
6666 - name : Set up Python ${{ matrix.python-version }}
6767 uses : actions/setup-python@v5
6868 with :
Original file line number Diff line number Diff line change 99 docs :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : Set up Python
1414 uses : actions/setup-python@v5
1515 with :
Original file line number Diff line number Diff line change 88 auto-update :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - uses : actions/setup-python@v5
1313 - uses : browniebroke/pre-commit-autoupdate-action@main
1414 - uses : peter-evans/create-pull-request@v7
Original file line number Diff line number Diff line change 1313 needs : test
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - name : Build sdist
1919 run : |
8888 python-version : ["3.9"]
8989
9090 steps :
91- - uses : actions/checkout@v4
91+ - uses : actions/checkout@v5
9292 - name : Set up Python ${{ matrix.python-version }}
9393 uses : actions/setup-python@v5
9494 with :
Original file line number Diff line number Diff line change 1414 python-version : ["3.9", "3.13"]
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - name : Set up Python ${{ matrix.python-version }}
1919 uses : actions/setup-python@v5
2020 with :
You can’t perform that action at this time.
0 commit comments