File tree Expand file tree Collapse file tree 4 files changed +15
-16
lines changed Expand file tree Collapse file tree 4 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ jobs:
21
21
node-version : [20]
22
22
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
with :
26
26
fetch-depth : 0
27
- - uses : pnpm/action-setup@v2.0.1
27
+ - uses : pnpm/action-setup@v4
28
28
with :
29
29
version : 9.15.3
30
30
- name : Use Node.js ${{ matrix.node-version }}
31
- uses : actions/setup-node@v2
31
+ uses : actions/setup-node@v4
32
32
with :
33
33
node-version : ${{ matrix.node-version }}
34
34
cache : ' pnpm'
35
- - uses : actions/setup-java@v1
35
+ - uses : actions/setup-java@v4
36
36
with :
37
37
java-version : ' 12.X'
38
38
architecture : x64
63
63
run : |
64
64
pnpm install --frozen-lockfile=false
65
65
- name : Create Pull Request
66
- uses : peter-evans/create-pull-request@v3
66
+ uses : peter-evans/create-pull-request@v7
67
67
with :
68
68
assignees : ci010
69
69
reviewers : ci010
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
20
20
node-version : [20]
21
21
22
22
steps :
23
- - uses : actions/checkout@v3
24
- - uses : pnpm/action-setup@v2.0.1
23
+ - uses : actions/checkout@v4
24
+ - uses : pnpm/action-setup@v4
25
25
with :
26
26
version : 9.15.3
27
27
- name : Use Node.js ${{ matrix.node-version }}
28
- uses : actions/setup-node@v2
28
+ uses : actions/setup-node@v4
29
29
with :
30
30
node-version : ${{ matrix.node-version }}
31
31
cache : ' pnpm'
38
38
run : |
39
39
pnpm build:docs
40
40
- name : Deploy to Github Pages
41
- uses : crazy-max/ghaction-github-pages@v1
41
+ uses : crazy-max/ghaction-github-pages@v4
42
42
with :
43
43
target_branch : gh-pages
44
44
build_dir : docs/
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
- uses : actions/checkout@v2
16
16
with :
17
17
ref : ${{ github.sha }}
18
- - uses : pnpm/action-setup@v2.0.1
18
+ - uses : pnpm/action-setup@v4
19
19
with :
20
20
version : 9.15.3
21
21
- name : Use Node.js
22
- uses : actions/setup-node@v2
22
+ uses : actions/setup-node@v4
23
23
with :
24
24
node-version : 20
25
25
registry-url : ' https://registry.npmjs.org'
54
54
run : |
55
55
pnpm build:docs
56
56
- name : Deploy to Github Pages
57
- uses : crazy-max/ghaction-github-pages@v1
57
+ uses : crazy-max/ghaction-github-pages@v4
58
58
with :
59
59
target_branch : gh-pages
60
60
build_dir : docs/
Original file line number Diff line number Diff line change @@ -15,15 +15,14 @@ jobs:
15
15
16
16
steps :
17
17
- uses : actions/checkout@v2
18
- - uses : pnpm/action-setup@v2.0.1
18
+ - uses : pnpm/action-setup@v4
19
19
with :
20
20
version : 9.15.3
21
21
- name : Use Node.js ${{ matrix.node-version }}
22
- uses : actions/setup-node@v2
22
+ uses : actions/setup-node@v4
23
23
with :
24
24
node-version : ${{ matrix.node-version }}
25
- cache : ' pnpm'
26
- - uses : actions/setup-java@v1
25
+ - uses : actions/setup-java@v4
27
26
with :
28
27
java-version : ' 12.X'
29
28
architecture : x64
You can’t perform that action at this time.
0 commit comments