File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed
Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,15 @@ jobs:
1515 lint :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919
2020 - name : Install pnpm
21- uses : pnpm/action-setup@v2
21+ uses : pnpm/action-setup@v4
22+ with :
23+ version : 9
2224
2325 - name : Set node
24- uses : actions/setup-node@v3
26+ uses : actions/setup-node@v4
2527 with :
2628 node-version : 18.18.2
2729 cache : pnpm
@@ -55,13 +57,15 @@ jobs:
5557 git config --global core.autocrlf false
5658 git config --global core.eol lf
5759
58- - uses : actions/checkout@v3
60+ - uses : actions/checkout@v4
5961
6062 - name : Install pnpm
61- uses : pnpm/action-setup@v2
63+ uses : pnpm/action-setup@v4
64+ with :
65+ version : 9
6266
6367 - name : Set node ${{ matrix.node_version }}
64- uses : actions/setup-node@v3
68+ uses : actions/setup-node@v4
6569 with :
6670 node-version : ${{ matrix.node_version }}
6771 cache : pnpm
Original file line number Diff line number Diff line change 1515
1616 - uses : actions/setup-node@v3
1717 with :
18- node-version : 18 .x
18+ node-version : 16 .x
1919
2020 - run : npx changelogithub
2121 env :
You can’t perform that action at this time.
0 commit comments