File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ jobs:
4545
4646 steps :
4747 - name : Checkout mcuboot repository
48- uses : actions/checkout@v2
48+ uses : actions/checkout@v3
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@v2
55+ uses : actions/checkout@v3
5656 with :
5757 path : ${{ env.IMGTOOL_PACKING_PATH }}
5858
@@ -123,14 +123,14 @@ jobs:
123123 runs-on : ubuntu-latest
124124 steps :
125125 - name : Checkout mcuboot repository
126- uses : actions/checkout@v2
126+ uses : actions/checkout@v3
127127 with :
128128 repository : mcu-tools/mcuboot
129129 path : ${{ env.MCUBOOT_PATH }}
130130 ref : v1.8.0 # the patches apply only to this version
131131
132132 - name : Checkout imgtool-packing repository
133- uses : actions/checkout@v2
133+ uses : actions/checkout@v3
134134 with :
135135 path : ${{ env.IMGTOOL_PACKING_PATH }}
136136
You can’t perform that action at this time.
0 commit comments