File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
pretty :
46
46
runs-on : ubuntu-22.04
47
47
steps :
48
- - uses : actions/checkout@v3
48
+ - uses : actions/checkout@v4
49
49
with :
50
50
submodules : true
51
51
- name : Bootstrap
80
80
gcc_download_url : https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/RC2.1/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2
81
81
gcc_extract_dir : gcc-arm-none-eabi-9-2019-q4-major
82
82
steps :
83
- - uses : actions/checkout@v3
83
+ - uses : actions/checkout@v4
84
84
with :
85
85
submodules : true
86
86
- name : Bootstrap
@@ -114,7 +114,7 @@ jobs:
114
114
gcc_download_url : https://developer.arm.com/-/media/Files/downloads/gnu-a/8.3-2019.03/binrel/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz
115
115
gcc_extract_dir : gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf
116
116
steps :
117
- - uses : actions/checkout@v3
117
+ - uses : actions/checkout@v4
118
118
with :
119
119
submodules : true
120
120
- name : Bootstrap
You can’t perform that action at this time.
0 commit comments