Skip to content

Commit 7bbb36a

Browse files
dependabot[bot]solardiz
authored andcommitted
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 60f11f1 commit 7bbb36a

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/ci.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
whitespace-errors:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
- name: check
1111
run: git diff-index --check --cached 4b825dc642cb6eb9a060e54bf8d69288fbee4904
1212

@@ -16,7 +16,7 @@ jobs:
1616
CC: gcc-14
1717
TARGET: x86_64
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222
- name: install dependencies
@@ -30,7 +30,7 @@ jobs:
3030
CC: gcc-13
3131
TARGET: x86_64
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434
with:
3535
fetch-depth: 0
3636
- name: install dependencies
@@ -44,7 +44,7 @@ jobs:
4444
CC: gcc-12
4545
TARGET: x86_64
4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
with:
4949
fetch-depth: 0
5050
- name: install dependencies
@@ -58,7 +58,7 @@ jobs:
5858
CC: gcc-11
5959
TARGET: x86_64
6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v5
6262
with:
6363
fetch-depth: 0
6464
- name: install dependencies
@@ -72,7 +72,7 @@ jobs:
7272
CC: gcc-10
7373
TARGET: x86_64
7474
steps:
75-
- uses: actions/checkout@v4
75+
- uses: actions/checkout@v5
7676
with:
7777
fetch-depth: 0
7878
- name: install dependencies
@@ -86,7 +86,7 @@ jobs:
8686
CC: gcc
8787
TARGET: x86_64
8888
steps:
89-
- uses: actions/checkout@v4
89+
- uses: actions/checkout@v5
9090
with:
9191
fetch-depth: 0
9292
- name: install dependencies
@@ -100,7 +100,7 @@ jobs:
100100
CC: gcc-8
101101
TARGET: x86_64
102102
steps:
103-
- uses: actions/checkout@v4
103+
- uses: actions/checkout@v5
104104
with:
105105
fetch-depth: 0
106106
- name: install dependencies
@@ -114,7 +114,7 @@ jobs:
114114
CC: clang-18
115115
TARGET: x86_64
116116
steps:
117-
- uses: actions/checkout@v4
117+
- uses: actions/checkout@v5
118118
with:
119119
fetch-depth: 0
120120
- name: install dependencies
@@ -128,7 +128,7 @@ jobs:
128128
CC: clang-17
129129
TARGET: x86_64
130130
steps:
131-
- uses: actions/checkout@v4
131+
- uses: actions/checkout@v5
132132
with:
133133
fetch-depth: 0
134134
- name: install dependencies
@@ -142,7 +142,7 @@ jobs:
142142
CC: clang-16
143143
TARGET: x86_64
144144
steps:
145-
- uses: actions/checkout@v4
145+
- uses: actions/checkout@v5
146146
with:
147147
fetch-depth: 0
148148
- name: install dependencies
@@ -156,7 +156,7 @@ jobs:
156156
CC: clang-15
157157
TARGET: x86_64
158158
steps:
159-
- uses: actions/checkout@v4
159+
- uses: actions/checkout@v5
160160
with:
161161
fetch-depth: 0
162162
- name: install dependencies
@@ -170,7 +170,7 @@ jobs:
170170
CC: clang-14
171171
TARGET: x86_64
172172
steps:
173-
- uses: actions/checkout@v4
173+
- uses: actions/checkout@v5
174174
with:
175175
fetch-depth: 0
176176
- name: install dependencies
@@ -184,7 +184,7 @@ jobs:
184184
CC: clang-13
185185
TARGET: x86_64
186186
steps:
187-
- uses: actions/checkout@v4
187+
- uses: actions/checkout@v5
188188
with:
189189
fetch-depth: 0
190190
- name: install dependencies
@@ -198,7 +198,7 @@ jobs:
198198
CC: clang-12
199199
TARGET: x86_64
200200
steps:
201-
- uses: actions/checkout@v4
201+
- uses: actions/checkout@v5
202202
with:
203203
fetch-depth: 0
204204
- name: install dependencies
@@ -212,7 +212,7 @@ jobs:
212212
CC: clang-11
213213
TARGET: x86_64
214214
steps:
215-
- uses: actions/checkout@v4
215+
- uses: actions/checkout@v5
216216
with:
217217
fetch-depth: 0
218218
- name: install dependencies
@@ -226,7 +226,7 @@ jobs:
226226
CC: clang
227227
TARGET: x86_64
228228
steps:
229-
- uses: actions/checkout@v4
229+
- uses: actions/checkout@v5
230230
with:
231231
fetch-depth: 0
232232
- name: install dependencies
@@ -240,7 +240,7 @@ jobs:
240240
CC: clang-9
241241
TARGET: x86_64
242242
steps:
243-
- uses: actions/checkout@v4
243+
- uses: actions/checkout@v5
244244
with:
245245
fetch-depth: 0
246246
- name: install dependencies
@@ -254,7 +254,7 @@ jobs:
254254
CC: clang-8
255255
TARGET: x86_64
256256
steps:
257-
- uses: actions/checkout@v4
257+
- uses: actions/checkout@v5
258258
with:
259259
fetch-depth: 0
260260
- name: install dependencies

0 commit comments

Comments
 (0)