Skip to content

Commit 468e6e7

Browse files
Bump actions/checkout from 5 to 6
1 parent 23e33b9 commit 468e6e7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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"
@@ -45,7 +45,7 @@ jobs:
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
@@ -54,7 +54,7 @@ jobs:
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
@@ -72,7 +72,7 @@ jobs:
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

0 commit comments

Comments
 (0)