File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
node-version : 20
23
23
24
- - uses : pnpm/action-setup@v2.2.4
24
+ - uses : pnpm/action-setup@v4
25
25
name : Install pnpm
26
26
id : pnpm-install
27
27
with :
42
42
- run : pnpm install --no-frozen-lockfile
43
43
- run : pnpm build
44
44
- run : pnpm lint
45
- # - run: pnpm test
46
45
env :
47
46
CI : true
Original file line number Diff line number Diff line change 13
13
node-version : [20.x]
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
17
- - uses : pnpm/action-setup@v2.2.4
16
+ - uses : actions/checkout@v4
17
+ - uses : pnpm/action-setup@v4
18
18
with :
19
19
version : latest
20
20
- name : Use Node.js ${{ matrix.node-version }}
28
28
- run : pnpm run update
29
29
- run : pnpm install --no-frozen-lockfile
30
30
- name : Create Pull Request
31
- uses : peter-evans/create-pull-request@v4
31
+ uses : peter-evans/create-pull-request@v6
32
32
with :
33
33
token : ${{ secrets.REPO_ACCESS_TOKEN }}
34
34
commit-message : Update dependencies
You can’t perform that action at this time.
0 commit comments