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 1212 link-checker :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616
1717 - run : mv .github/.lycheeignore .lycheeignore
1818
Original file line number Diff line number Diff line change 1515 labels :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 sparse-checkout : .github/labels.yml
2121
Original file line number Diff line number Diff line change 3535 update_branch_merged_commit : ${{ steps.manage-branches.outputs.update_branch_merged_commit }}
3636 create_update_branch_merged_pr : ${{ steps.manage-branches.outputs.create_update_branch_merged_pr }}
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939 with :
4040 # Required because otherwise there are always changes detected when executing diff/rev-list
4141 fetch-depth : 0
@@ -181,7 +181,7 @@ jobs:
181181 if : needs.update.outputs.create_update_branch_merged_pr == 1
182182 runs-on : ubuntu-latest
183183 steps :
184- - uses : actions/checkout@v4
184+ - uses : actions/checkout@v5
185185 with :
186186 # Required because otherwise there are always changes detected when executing diff/rev-list
187187 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments