File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ jobs:
209
209
210
210
steps :
211
211
- name : Checkout repository
212
- uses : actions/checkout@v4
212
+ uses : actions/checkout@v5
213
213
214
214
- name : Install packages (macOS)
215
215
if : runner.os == 'macOS'
Original file line number Diff line number Diff line change 17
17
security-events : write
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
with :
22
22
# We must fetch at least the immediate parents so that if this is
23
23
# a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 18
18
sudo apt install -y clang-format-${CLANG_VERSION}
19
19
20
20
- name : Checkout repository
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
with :
23
23
fetch-depth : 0
24
24
lfs : true
You can’t perform that action at this time.
0 commit comments