File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
link-checker :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
17
17
- run : mv .github/.lycheeignore .lycheeignore
18
18
Original file line number Diff line number Diff line change 15
15
labels :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
with :
20
20
sparse-checkout : .github/labels.yml
21
21
Original file line number Diff line number Diff line change 35
35
update_branch_merged_commit : ${{ steps.manage-branches.outputs.update_branch_merged_commit }}
36
36
create_update_branch_merged_pr : ${{ steps.manage-branches.outputs.create_update_branch_merged_pr }}
37
37
steps :
38
- - uses : actions/checkout@v4
38
+ - uses : actions/checkout@v5
39
39
with :
40
40
# Required because otherwise there are always changes detected when executing diff/rev-list
41
41
fetch-depth : 0
@@ -181,7 +181,7 @@ jobs:
181
181
if : needs.update.outputs.create_update_branch_merged_pr == 1
182
182
runs-on : ubuntu-latest
183
183
steps :
184
- - uses : actions/checkout@v4
184
+ - uses : actions/checkout@v5
185
185
with :
186
186
# Required because otherwise there are always changes detected when executing diff/rev-list
187
187
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments