File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
jobs :
8
8
deploy :
9
- runs-on : [self-hosted, domestic, X64]
9
+ runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
12
12
with :
13
13
submodules : recursive
14
14
fetch-depth : 1
15
15
- name : Setup Hugo
16
- uses : peaceiris/actions-hugo@v2
16
+ uses : peaceiris/actions-hugo@v3
17
17
with :
18
18
hugo-version : " 0.119.0"
19
19
extended : true
20
20
- name : Setup Node
21
- uses : actions/setup-node@v3
21
+ uses : actions/setup-node@v4
22
22
with :
23
23
node-version : " 18"
24
24
25
25
- name : Cache dependencies
26
- uses : actions/cache@v1
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : ~/.npm
29
29
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v4
10
10
11
11
- name : typos-action
12
- uses : crate-ci/typos@v1.14 .3
12
+ uses : crate-ci/typos@v1.27 .3
You can’t perform that action at this time.
0 commit comments