File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 quality :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
17- - uses : actions/setup-python@v5
16+ - uses : actions/checkout@v7
17+ - uses : actions/setup-python@v7
1818 with :
1919 python-version : " 3.12"
2020 cache : pip
2929 os : [windows-latest, ubuntu-latest, macos-latest]
3030 runs-on : ${{ matrix.os }}
3131 steps :
32- - uses : actions/checkout@v4
33- - uses : actions/setup-python@v5
32+ - uses : actions/checkout@v7
33+ - uses : actions/setup-python@v7
3434 with :
3535 python-version : " 3.12"
3636 cache : pip
5555 artifact : AutoCode-macOS
5656 runs-on : ${{ matrix.os }}
5757 steps :
58- - uses : actions/checkout@v4
59- - uses : actions/setup-python@v5
58+ - uses : actions/checkout@v7
59+ - uses : actions/setup-python@v7
6060 with :
6161 python-version : " 3.12"
6262 - run : pip install -e ".[dev]"
Original file line number Diff line number Diff line change 2323 suffix : macos-universal
2424 runs-on : ${{ matrix.os }}
2525 steps :
26- - uses : actions/checkout@v4
27- - uses : actions/setup-python@v5
26+ - uses : actions/checkout@v7
27+ - uses : actions/setup-python@v7
2828 with :
2929 python-version : " 3.12"
3030 - run : pip install -e ".[dev]"
You can’t perform that action at this time.
0 commit comments