File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 build-linux24 :
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Installing radare2
2020 run : |
2121 wget "https://github.com/radareorg/radare2/releases/download/${R2V}/radare2_${R2V}_amd64.deb"
4545 build-linux22 :
4646 runs-on : ubuntu-22.04
4747 steps :
48- - uses : actions/checkout@v5
48+ - uses : actions/checkout@v6
4949 with :
5050 repository : radareorg/radare2
5151 ref : master
5454 run : |
5555 cd radare2
5656 sys/install.sh
57- - uses : actions/checkout@v5
57+ - uses : actions/checkout@v6
5858 with :
5959 ref : ${{ github.event.pull_request.head.sha }}
6060 path : ./r2yara
7272 build-macos :
7373 runs-on : macos-latest
7474 steps :
75- - uses : actions/checkout@v5
75+ - uses : actions/checkout@v6
7676 - name : Install dependencies
7777 run : |
7878 brew update
@@ -114,7 +114,7 @@ jobs:
114114 runs-on : ubuntu-latest
115115 steps :
116116 - name : Checkout code
117- uses : actions/checkout@v5
117+ uses : actions/checkout@v6
118118 with :
119119 fetch-depth : 0 # Download all git history and tags
120120 - name : Check if is a release
@@ -135,7 +135,7 @@ jobs:
135135 runs-on : ubuntu-latest
136136 steps :
137137 - name : Checkout code
138- uses : actions/checkout@v5
138+ uses : actions/checkout@v6
139139 with :
140140 fetch-depth : 0 # Download all git history and tags
141141 - name : Extract r2y version
You can’t perform that action at this time.
0 commit comments