File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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@v4
18+ uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121 - name : Install dependencies
Original file line number Diff line number Diff line change 55 name : Build distribution
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v5
99 with :
1010 submodules : true
1111 - name : Set up Python
Original file line number Diff line number Diff line change 2222 run : |
2323 python --version
2424 - name : Clone Git repository
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 path : git-repo
2828 - name : Install Python package
Original file line number Diff line number Diff line change 2525 run : |
2626 python --version
2727 - name : Clone Git repository (with submodules)
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 path : git-repo
3131 submodules : true
You can’t perform that action at this time.
0 commit comments