File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 lint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717
1818 - name : Install pnpm
1919 uses : pnpm/action-setup@v4
2020
2121 - name : Set node
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@v6
2323 with :
2424 node-version : 24.x
2525
@@ -45,13 +45,13 @@ jobs:
4545 fail-fast : false
4646
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v6
4949
5050 - name : Install pnpm
51- uses : pnpm/action-setup@v4
51+ uses : pnpm/action-setup@v5
5252
5353 - name : Set node ${{ matrix.node }}
54- uses : actions/setup-node@v4
54+ uses : actions/setup-node@v6
5555 with :
5656 node-version : ${{ matrix.node }}
5757
Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
19- - uses : actions/setup-node@v4
19+ - uses : actions/setup-node@v6
2020 with :
21- node-version : 22 .x
21+ node-version : 24 .x
2222 registry-url : ' https://registry.npmjs.org'
2323
2424 - name : pnpm setup
25- uses : pnpm/action-setup@v4
25+ uses : pnpm/action-setup@v5
2626
2727 - name : install
2828 run : pnpm install
Original file line number Diff line number Diff line change @@ -19,19 +19,17 @@ jobs:
1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525
26- - uses : actions/setup-node@v4
26+ - uses : actions/setup-node@v6
2727 with :
28- node-version : 22 .x
28+ node-version : 24 .x
2929 registry-url : ' https://registry.npmjs.org'
3030
3131 - name : pnpm setup
32- uses : pnpm/action-setup@v4
33-
34- - run : npm i -g npm@latest
32+ uses : pnpm/action-setup@v5
3533
3634 - name : install
3735 run : pnpm install
5553 - run : pnpm run test -u
5654 continue-on-error : true
5755
58- - uses : EndBug/add-and-commit@v9
56+ - uses : EndBug/add-and-commit@v10
5957 if : ${{ steps.bump.outputs.CHANGED }}
6058 with :
6159 author_name : GitHub Actions
You can’t perform that action at this time.
0 commit comments