File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ concurrency:
2626jobs :
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
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ concurrency:
1717jobs :
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"
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ concurrency:
1818jobs :
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="
You can’t perform that action at this time.
0 commit comments