@@ -44,14 +44,14 @@ jobs:
4444
4545 steps :
4646 - name : Checkout mcuboot repository
47- uses : actions/checkout@v3
47+ uses : actions/checkout@v4
4848 with :
4949 repository : mcu-tools/mcuboot
5050 path : ${{ env.MCUBOOT_PATH }}
5151 ref : v1.8.0 # the patches apply only to this version
5252
5353 - name : Checkout imgtool-packing repository
54- uses : actions/checkout@v3
54+ uses : actions/checkout@v4
5555 with :
5656 path : ${{ env.IMGTOOL_PACKING_PATH }}
5757
@@ -131,14 +131,14 @@ jobs:
131131 runs-on : ubuntu-latest
132132 steps :
133133 - name : Checkout mcuboot repository
134- uses : actions/checkout@v3
134+ uses : actions/checkout@v4
135135 with :
136136 repository : mcu-tools/mcuboot
137137 path : ${{ env.MCUBOOT_PATH }}
138138 ref : v1.8.0 # the patches apply only to this version
139139
140140 - name : Checkout imgtool-packing repository
141- uses : actions/checkout@v3
141+ uses : actions/checkout@v4
142142 with :
143143 path : ${{ env.IMGTOOL_PACKING_PATH }}
144144
@@ -192,7 +192,7 @@ jobs:
192192
193193 steps :
194194 - name : Checkout repository
195- uses : actions/checkout@v3
195+ uses : actions/checkout@v4
196196
197197 - name : Download artifacts
198198 uses : actions/download-artifact@v3
@@ -260,7 +260,7 @@ jobs:
260260
261261 steps :
262262 - name : Checkout repository # we need package_index.template
263- uses : actions/checkout@v3
263+ uses : actions/checkout@v4
264264
265265 - name : Download artifact
266266 uses : actions/download-artifact@v3
0 commit comments