File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : ./.github/actions/prepare
14
14
- run : pnpm run build
Original file line number Diff line number Diff line change 9
9
lint_docs :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : ./.github/actions/prepare
14
14
- run : pnpm run build:node
15
15
- run : pnpm run lint:eslint-docs
Original file line number Diff line number Diff line change 9
9
lint_js :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : ./.github/actions/prepare
14
14
- run : pnpm run build:node
15
15
- run : pnpm run lint:js
Original file line number Diff line number Diff line change 9
9
lint_knip :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : ./.github/actions/prepare
14
14
- run : pnpm run lint:knip
Original file line number Diff line number Diff line change 9
9
lint_markdown :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : ./.github/actions/prepare
14
14
- run : pnpm run build:node
15
15
- run : pnpm run lint:md-full
Original file line number Diff line number Diff line change 9
9
lint_packages :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : ./.github/actions/prepare
14
14
- run : pnpm run lint:packages
Original file line number Diff line number Diff line change 9
9
lint_spelling :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : ./.github/actions/prepare
14
14
- run : pnpm run lint:spelling
Original file line number Diff line number Diff line change 9
9
lint_yaml :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : ./.github/actions/prepare
14
14
- run : pnpm run build:node
15
15
- run : pnpm run lint:yaml
Original file line number Diff line number Diff line change 48
48
- typecheck
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/checkout@v4
51
+ - uses : actions/checkout@v5
52
52
with :
53
53
fetch-depth : 0
54
54
persist-credentials : false
Original file line number Diff line number Diff line change 15
15
build :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
20
20
- uses : micnncim/action-label-syncer@v1
21
21
with :
You can’t perform that action at this time.
0 commit comments