File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v7
1414 - uses : actions/setup-python@v5
1515 with :
1616 python-version : " 3.12"
2727 os : [ubuntu-latest, windows-latest, macos-latest]
2828 python-version : ["3.11", "3.12", "3.13"]
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v7
3131 - uses : actions/setup-python@v5
3232 with :
3333 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1111 docs :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v7
1515 - uses : actions/setup-python@v5
1616 with :
1717 python-version : " 3.12"
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v7
2020 with :
2121 fetch-depth : 0
2222
You can’t perform that action at this time.
0 commit comments