File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 run : |
1616 python --version
1717 - name : Clone Git repository (without depth limitation)
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121 - name : Install dependencies
Original file line number Diff line number Diff line change 77 name : Build distribution
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 with :
1212 submodules : true
1313 - name : Install uv
Original file line number Diff line number Diff line change 2222 run : |
2323 python --version
2424 - name : Clone Git repository
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 path : git-repo
2828 - name : Install Python package
Original file line number Diff line number Diff line change 2727 run : |
2828 python --version
2929 - name : Clone Git repository (with submodules)
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 with :
3232 path : git-repo
3333 submodules : true
Original file line number Diff line number Diff line change 1212 run : |
1313 python --version
1414 - name : Clone Git repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616 - name : Install sounddevice module
1717 run : |
1818 python -m pip install .
You can’t perform that action at this time.
0 commit comments