1414# runs-on: ubuntu-20.04
1515# steps:
1616# - name: Checkout
17- # uses: actions/checkout@v3
17+ # uses: actions/checkout@v4
1818# - name: Building r2 without network access
1919# run: |
2020# ./preconfigure
2828 runs-on : ubuntu-20.04
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v3
31+ uses : actions/checkout@v4
3232 - name : Setting up bad libnames
3333 run : |
3434 mkdir -p /tmp/fakelibs /tmp/fakeincs
4343 runs-on : ubuntu-20.04
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@v3
46+ uses : actions/checkout@v4
4747 - name : Linting
4848 run : sys/lint.sh
4949 - name : Building without capstone but with ssl
8585 runs-on : ubuntu-20.04
8686 steps :
8787 - name : Checkout
88- uses : actions/checkout@v3
88+ uses : actions/checkout@v4
8989 - name : Install dependencies
9090 run : |
9191 python -m pip install --upgrade pip
@@ -108,7 +108,7 @@ jobs:
108108 runs-on : ubuntu-20.04
109109 steps :
110110 - name : Checkout
111- uses : actions/checkout@v3
111+ uses : actions/checkout@v4
112112 - name : Installing capstone v5
113113 run : |
114114 git clone --branch v5 --single-branch --depth=1 https://github.com/capstone-engine/capstone
@@ -124,7 +124,7 @@ jobs:
124124 runs-on : ubuntu-20.04
125125 steps :
126126 - name : Checkout
127- uses : actions/checkout@v3
127+ uses : actions/checkout@v4
128128 - name : Installing with symlinks
129129 run : |
130130 export CFLAGS="-O0 -Werror -Wno-unused-result -Wno-stringop-truncation"
@@ -138,7 +138,7 @@ jobs:
138138# if: contains(github.ref, 'ci-')
139139 steps :
140140 - name : Checkout
141- uses : actions/checkout@v3
141+ uses : actions/checkout@v4
142142 - name : Building Radare2
143143 run : |
144144 pip install r2pipe wheel
@@ -158,7 +158,7 @@ jobs:
158158 runs-on : ubuntu-20.04
159159 steps :
160160 - name : Checkout
161- uses : actions/checkout@v3
161+ uses : actions/checkout@v4
162162 - name : Installing the musl runtime
163163 run : |
164164 sudo apt update --assume-yes
@@ -178,7 +178,7 @@ jobs:
178178 if : contains(github.ref, 'master') || contains(github.ref, 'ci-')
179179 steps :
180180 - name : Checkout
181- uses : actions/checkout@v3
181+ uses : actions/checkout@v4
182182 - name : Install dependencies
183183 run : |
184184 python -m pip install --upgrade pip
@@ -195,7 +195,7 @@ jobs:
195195 runs-on : ubuntu-20.04
196196 steps :
197197 - name : Checkout
198- uses : actions/checkout@v3
198+ uses : actions/checkout@v4
199199 - name : build and run
200200 run : |
201201 # test and build rpath installation
@@ -213,7 +213,7 @@ jobs:
213213 runs-on : macos-12
214214 steps :
215215 - name : Checkout
216- uses : actions/checkout@v3
216+ uses : actions/checkout@v4
217217 - name : build and run
218218 run : |
219219 # test and build rpath installation
@@ -229,7 +229,7 @@ jobs:
229229 runs-on : ubuntu-20.04
230230 steps :
231231 - name : Checkout
232- uses : actions/checkout@v3
232+ uses : actions/checkout@v4
233233 # - name: XXX this is not possible with make Install from a directory with spaces
234234 # run: |
235235 # git config pull.rebase false
@@ -265,7 +265,7 @@ jobs:
265265 continue-on-error : true
266266 steps :
267267 - name : Checkout
268- uses : actions/checkout@v3
268+ uses : actions/checkout@v4
269269 - name : Building Radare2
270270 run : |
271271 pip install r2pipe
@@ -295,7 +295,7 @@ jobs:
295295 if : contains(github.ref, 'master') || contains(github.ref, 'ci-')
296296 steps :
297297 - name : Checkout
298- uses : actions/checkout@v3
298+ uses : actions/checkout@v4
299299 - name : Building Radare2
300300 run : |
301301 pip install r2pipe
@@ -329,7 +329,7 @@ jobs:
329329 maximum-size : 16GB
330330 disk-root : " C:"
331331 - name : Checkout
332- uses : actions/checkout@v3
332+ uses : actions/checkout@v4
333333 - uses : actions/setup-python@v4
334334 with :
335335 python-version : ' 3.10'
@@ -366,7 +366,7 @@ jobs:
366366 runs-on : ubuntu-24.04
367367 steps :
368368 - name : Checkout
369- uses : actions/checkout@v3
369+ uses : actions/checkout@v4
370370 - name : Compiling
371371 run : |
372372 export PATH=${HOME}/.local/bin:${HOME}/Library/Python/3.9/bin:${PATH}
@@ -381,7 +381,7 @@ jobs:
381381 runs-on : ubuntu-20.04
382382 steps :
383383 - name : Checkout
384- uses : actions/checkout@v3
384+ uses : actions/checkout@v4
385385 - name : Compiling
386386 run : |
387387 export PATH=${HOME}/.local/bin:${HOME}/Library/Python/3.9/bin:${PATH}
0 commit comments