File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2525 path : main
2626
2727 - name : Checkout wiki
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929 with :
3030 repository : ${{forgejo.repository}}.wiki
3131 path : wiki
Original file line number Diff line number Diff line change 1- # Copyright (c) 2020-2025 Morwenn
1+ # Copyright (c) 2020-2026 Morwenn
22# SPDX-License-Identifier: MIT
33
44name : Coverage Upload to Codecov
2222
2323 steps :
2424 - name : Checkout project
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v6
2626 - uses : rui314/setup-mold@v1
2727
2828 - name : Install LCOV
Original file line number Diff line number Diff line change 1- # Copyright (c) 2020-2025 Morwenn
1+ # Copyright (c) 2020-2026 Morwenn
22# SPDX-License-Identifier: MIT
33
44name : Wiki Deployment
@@ -19,13 +19,13 @@ jobs:
1919
2020 steps :
2121 - name : Checkout /docs
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323 with :
2424 repository : ${{github.repository}}
2525 path : main
2626
2727 - name : Checkout wiki
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929 with :
3030 repository : ${{github.repository}}.wiki
3131 path : wiki
Original file line number Diff line number Diff line change 1- # Copyright (c) 2025 Morwenn
1+ # Copyright (c) 2025-2026 Morwenn
22# SPDX-License-Identifier: MIT
33
44name : Mirror Commits to Codeberg
1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919
You can’t perform that action at this time.
0 commit comments