File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@v5
35+ uses : actions/checkout@v6
3636 with :
3737 persist-credentials : false
3838
Original file line number Diff line number Diff line change 3737 outputs :
3838 dotnetChanges : ${{ steps.filter.outputs.dotnet}}
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 - uses : dorny/paths-filter@v3
4242 id : filter
4343 with :
6868 runs-on : ${{ matrix.os }}
6969 environment : ${{ matrix.environment }}
7070 steps :
71- - uses : actions/checkout@v5
71+ - uses : actions/checkout@v6
7272 with :
7373 persist-credentials : false
7474 sparse-checkout : |
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Check out code
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434 with :
3535 fetch-depth : 0
3636 persist-credentials : false
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-22.04
2020 # check out the latest version of the code
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 with :
2424 persist-credentials : false
2525
Original file line number Diff line number Diff line change 2727 env :
2828 UV_PYTHON : ${{ matrix.python-version }}
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 0
3333 - name : Set up python and install the project
Original file line number Diff line number Diff line change 2424 run :
2525 working-directory : python
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - name : Set up uv
2929 uses : astral-sh/setup-uv@v7
3030 with :
Original file line number Diff line number Diff line change 2424 outputs :
2525 pythonChanges : ${{ steps.filter.outputs.python}}
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - uses : dorny/paths-filter@v3
2929 id : filter
3030 with :
5959 run :
6060 working-directory : python
6161 steps :
62- - uses : actions/checkout@v5
62+ - uses : actions/checkout@v6
6363
6464 - name : Set up python and install the project
6565 id : python-setup
Original file line number Diff line number Diff line change 2828 outputs :
2929 pythonChanges : ${{ steps.filter.outputs.python}}
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 - uses : dorny/paths-filter@v3
3333 id : filter
3434 with :
7575 run :
7676 working-directory : python
7777 steps :
78- - uses : actions/checkout@v5
78+ - uses : actions/checkout@v6
7979 - name : Set up python and install the project
8080 id : python-setup
8181 uses : ./.github/actions/python-setup
@@ -135,7 +135,7 @@ jobs:
135135 run :
136136 working-directory : python
137137 steps :
138- - uses : actions/checkout@v5
138+ - uses : actions/checkout@v6
139139 - name : Set up python and install the project
140140 id : python-setup
141141 uses : ./.github/actions/python-setup
Original file line number Diff line number Diff line change 2323 run :
2424 working-directory : python
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - name : Set up python and install the project
2828 id : python-setup
2929 uses : ./.github/actions/python-setup
Original file line number Diff line number Diff line change 1919 run :
2020 working-directory : python
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - name : Download coverage report
2424 uses : actions/download-artifact@v6
2525 with :
You can’t perform that action at this time.
0 commit comments