Skip to content

Commit 3736c3f

Browse files
committed
CI: upgrade actions/checkout to v6
1 parent 7101915 commit 3736c3f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.forgejo/workflows/deploy-to-wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

.github/workflows/code-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2025 Morwenn
1+
# Copyright (c) 2020-2026 Morwenn
22
# SPDX-License-Identifier: MIT
33

44
name: Coverage Upload to Codecov
@@ -22,7 +22,7 @@ jobs:
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

.github/workflows/deploy-to-wiki.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2025 Morwenn
1+
# Copyright (c) 2020-2026 Morwenn
22
# SPDX-License-Identifier: MIT
33

44
name: 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

.github/workflows/mirror-to-codeberg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 Morwenn
1+
# Copyright (c) 2025-2026 Morwenn
22
# SPDX-License-Identifier: MIT
33

44
name: Mirror Commits to Codeberg
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919

0 commit comments

Comments
 (0)