Skip to content

Commit 5d042b1

Browse files
committed
chore: update ci
Signed-off-by: rogerogers <[email protected]>
1 parent 1716eba commit 5d042b1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/deploy-cn.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ on:
66
- main
77
jobs:
88
deploy:
9-
runs-on: [self-hosted, domestic, X64]
9+
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
1212
with:
1313
submodules: recursive
1414
fetch-depth: 1
1515
- name: Setup Hugo
16-
uses: peaceiris/actions-hugo@v2
16+
uses: peaceiris/actions-hugo@v3
1717
with:
1818
hugo-version: "0.119.0"
1919
extended: true
2020
- name: Setup Node
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: "18"
2424

2525
- name: Cache dependencies
26-
uses: actions/cache@v1
26+
uses: actions/cache@v4
2727
with:
2828
path: ~/.npm
2929
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/push-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010

1111
- name: typos-action
12-
uses: crate-ci/typos@v1.14.3
12+
uses: crate-ci/typos@v1.27.3

0 commit comments

Comments
 (0)