File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2323 with :
2424 access_token : ${{ secrets.GITHUB_TOKEN }}
2525 - name : Checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 with :
2828 submodules : true
2929 - name : Install the latest version of uv
Original file line number Diff line number Diff line change 2020 with :
2121 access_token : ${{ secrets.GITHUB_TOKEN }}
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 submodules : true
2626 fetch-depth : 0
Original file line number Diff line number Diff line change 2525 access_token : ${{ secrets.GITHUB_TOKEN }}
2626
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 submodules : true
3131 fetch-depth : 0
9797 shell : bash
9898 steps :
9999 - name : Checkout
100- uses : actions/checkout@v4
100+ uses : actions/checkout@v5
101101 - name : Download artifact
102102 uses : actions/download-artifact@v5.0.0
103103 with :
Original file line number Diff line number Diff line change 2626 access_token : ${{ secrets.GITHUB_TOKEN }}
2727
2828 - name : Checkout
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 submodules : true
3232 - name : Set up Python ${{ matrix.python }}
Original file line number Diff line number Diff line change 2626 access_token : ${{ secrets.GITHUB_TOKEN }}
2727
2828 - name : Checkout
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 submodules : true
3232
Original file line number Diff line number Diff line change 1919 access_token : ${{ secrets.GITHUB_TOKEN }}
2020
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 submodules : true
2525 fetch-depth : 0
5555 access_token : ${{ secrets.GITHUB_TOKEN }}
5656
5757 - name : Checkout
58- uses : actions/checkout@v4
58+ uses : actions/checkout@v5
5959 with :
6060 submodules : true
6161 fetch-depth : 0
8787 access_token : ${{ secrets.GITHUB_TOKEN }}
8888
8989 - name : Checkout
90- uses : actions/checkout@v4
90+ uses : actions/checkout@v5
9191 with :
9292 submodules : true
9393 fetch-depth : 0
@@ -115,7 +115,7 @@ jobs:
115115 with :
116116 access_token : ${{ secrets.GITHUB_TOKEN }}
117117 - name : Checkout
118- uses : actions/checkout@v4
118+ uses : actions/checkout@v5
119119 - name : Download sdist
120120 uses : actions/download-artifact@v5.0.0
121121 with :
You can’t perform that action at this time.
0 commit comments