Skip to content

Commit c7393e0

Browse files
committed
Upgrade actions
1 parent 2692a23 commit c7393e0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ concurrency:
2626
jobs:
2727
links:
2828
name: "Links"
29-
runs-on: "ubuntu-22.04"
29+
runs-on: "ubuntu-24.04"
3030
timeout-minutes: 10
3131
steps:
3232
-
3333
name: "Checkout repository"
34-
uses: "actions/checkout@v3.5.3"
34+
uses: "actions/checkout@v5"
3535
-
3636
name: "Run Lychee"
37-
uses: "lycheeverse/lychee-action@v1.8.0"
37+
uses: "lycheeverse/lychee-action@v2.6.1"
3838
with:
3939
output: "${{ runner.temp }}/lychee/out.md"
4040
fail: true

.github/workflows/spelling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ concurrency:
1717
jobs:
1818
typos_check:
1919
name: "文A Typos check"
20-
runs-on: "ubuntu-22.04"
20+
runs-on: "ubuntu-24.04"
2121
timeout-minutes: 1
2222
steps:
2323
-
2424
name: "Checkout repository"
25-
uses: "actions/checkout@v4"
25+
uses: "actions/checkout@v5"
2626
-
2727
name: "Search for misspellings"
2828
uses: "crate-ci/typos@master"

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ concurrency:
1818
jobs:
1919
actionlint:
2020
name: "Actionlint"
21-
runs-on: "ubuntu-22.04"
21+
runs-on: "ubuntu-24.04"
2222
timeout-minutes: 1
2323
steps:
2424
-
2525
name: "Checkout repository"
26-
uses: "actions/checkout@v4"
26+
uses: "actions/checkout@v5"
2727
-
2828
name: "Analyze workflow files"
29-
uses: "docker://rhysd/actionlint:1.6.27"
29+
uses: "docker://rhysd/actionlint:1.7.7"
3030
with:
3131
args: "-color -verbose -shellcheck="

0 commit comments

Comments
 (0)