Skip to content

Commit 79622b3

Browse files
authored
chore: update ci (#1167)
Signed-off-by: rogerogers <[email protected]>
1 parent 1716eba commit 79622b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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

+1-1
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
1212
uses: crate-ci/[email protected]

0 commit comments

Comments
 (0)