File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434 with :
3535 # We must fetch at least the immediate parents so that if this is
3636 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1414 matrix :
1515 python-version : ["3.11"]
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - name : Set up Python ${{ matrix.python-version }}
1919 uses : actions/setup-python@v6
2020 with :
Original file line number Diff line number Diff line change 1414 environment : pypi
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 1010 tests :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - name : Install uv
1515 uses : astral-sh/setup-uv@v7
1616 - name : Setup NOX
You can’t perform that action at this time.
0 commit comments