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:
45
45
46
46
steps :
47
47
- name : Checkout mcuboot repository
48
- uses : actions/checkout@v2
48
+ uses : actions/checkout@v3
49
49
with :
50
50
repository : mcu-tools/mcuboot
51
51
path : ${{ env.MCUBOOT_PATH }}
52
52
ref : v1.8.0 # the patches apply only to this version
53
53
54
54
- name : Checkout imgtool-packing repository
55
- uses : actions/checkout@v2
55
+ uses : actions/checkout@v3
56
56
with :
57
57
path : ${{ env.IMGTOOL_PACKING_PATH }}
58
58
@@ -123,14 +123,14 @@ jobs:
123
123
runs-on : ubuntu-latest
124
124
steps :
125
125
- name : Checkout mcuboot repository
126
- uses : actions/checkout@v2
126
+ uses : actions/checkout@v3
127
127
with :
128
128
repository : mcu-tools/mcuboot
129
129
path : ${{ env.MCUBOOT_PATH }}
130
130
ref : v1.8.0 # the patches apply only to this version
131
131
132
132
- name : Checkout imgtool-packing repository
133
- uses : actions/checkout@v2
133
+ uses : actions/checkout@v3
134
134
with :
135
135
path : ${{ env.IMGTOOL_PACKING_PATH }}
136
136
You can’t perform that action at this time.
0 commit comments