3434 msi_name : ${{ steps.run.outputs.msi_name }}
3535 artifact_id : ${{ steps.run.outputs.artifact_id }}
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v7
3838 with :
3939 ref : main
4040 fetch-depth : 0
6262 msi_hash : ${{ steps.run.outputs.msi_hash }}
6363 exe_hash : ${{ steps.run.outputs.exe_hash }}
6464 steps :
65- - uses : actions/checkout@v4
65+ - uses : actions/checkout@v7
6666 with :
6767 ref : main
6868
9292 runs-on : windows-latest
9393 timeout-minutes : 10
9494 steps :
95- - uses : actions/checkout@v4
95+ - uses : actions/checkout@v7
9696 with :
9797 ref : main
9898
@@ -114,7 +114,7 @@ jobs:
114114 runs-on : windows-latest
115115 timeout-minutes : 10
116116 steps :
117- - uses : actions/checkout@v4
117+ - uses : actions/checkout@v7
118118 with :
119119 ref : main
120120
@@ -140,7 +140,7 @@ jobs:
140140 runs-on : windows-latest
141141 timeout-minutes : 10
142142 steps :
143- - uses : actions/checkout@v4
143+ - uses : actions/checkout@v7
144144 with :
145145 ref : main
146146 fetch-depth : 0
@@ -172,7 +172,7 @@ jobs:
172172 runs-on : windows-latest
173173 timeout-minutes : 10
174174 steps :
175- - uses : actions/checkout@v4
175+ - uses : actions/checkout@v7
176176 with :
177177 ref : main
178178
@@ -198,7 +198,7 @@ jobs:
198198 runs-on : windows-latest
199199 timeout-minutes : 10
200200 steps :
201- - uses : actions/checkout@v4
201+ - uses : actions/checkout@v7
202202 with :
203203 ref : main
204204
@@ -226,7 +226,7 @@ jobs:
226226 runs-on : windows-latest
227227 timeout-minutes : 10
228228 steps :
229- - uses : actions/checkout@v4
229+ - uses : actions/checkout@v7
230230 with :
231231 ref : main
232232 fetch-depth : 0
0 commit comments