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 runs-on : ubuntu-22.04
1414 steps :
1515 - uses : actions/checkout@v5
16- - uses : actions/setup-python@v5
16+ - uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.11"
1919 - name : Install uv and sync dev dependencies
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-24.04
1414 steps :
1515 - uses : actions/checkout@v5
16- - uses : actions/setup-python@v5
16+ - uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.12"
1919 - name : Install uv and sync dev dependencies
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-22.04
1212 steps :
1313 - uses : actions/checkout@v5
14- - uses : actions/setup-python@v5
14+ - uses : actions/setup-python@v6
1515 with :
1616 python-version : " 3.11"
1717 - name : Get python version
Original file line number Diff line number Diff line change 3232 run : git reset --hard ${{ github.sha }}
3333
3434 - name : Setup Python
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : " 3.11"
3838
Original file line number Diff line number Diff line change 1313 - name : Checkout
1414 uses : actions/checkout@v5
1515 - name : Setup Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.11"
1919 - name : Install uv and sync dev dependencies
You can’t perform that action at this time.
0 commit comments