@@ -45,14 +45,14 @@ jobs:
4545
4646 steps :
4747 - name : Checkout mcuboot repository
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949 with :
5050 repository : mcu-tools/mcuboot
5151 path : ${{ env.MCUBOOT_PATH }}
5252 ref : v1.8.0 # the patches apply only to this version
5353
5454 - name : Checkout imgtool-packing repository
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 with :
5757 path : ${{ env.IMGTOOL_PACKING_PATH }}
5858
@@ -132,14 +132,14 @@ jobs:
132132 runs-on : ubuntu-latest
133133 steps :
134134 - name : Checkout mcuboot repository
135- uses : actions/checkout@v4
135+ uses : actions/checkout@v5
136136 with :
137137 repository : mcu-tools/mcuboot
138138 path : ${{ env.MCUBOOT_PATH }}
139139 ref : v1.8.0 # the patches apply only to this version
140140
141141 - name : Checkout imgtool-packing repository
142- uses : actions/checkout@v4
142+ uses : actions/checkout@v5
143143 with :
144144 path : ${{ env.IMGTOOL_PACKING_PATH }}
145145
@@ -196,7 +196,7 @@ jobs:
196196
197197 steps :
198198 - name : Checkout repository
199- uses : actions/checkout@v4
199+ uses : actions/checkout@v5
200200
201201 - name : Download non-notarized artifact
202202 uses : actions/download-artifact@v5
@@ -274,7 +274,7 @@ jobs:
274274
275275 steps :
276276 - name : Checkout repository # we need package_index.template
277- uses : actions/checkout@v4
277+ uses : actions/checkout@v5
278278
279279 - name : Download artifact
280280 uses : actions/download-artifact@v5
0 commit comments