File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ jobs:
1010 test :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v7
1414
1515 - name : Reconfigure git to use HTTP authentication
1616 run : >
1717 git config --global url."https://github.com/".insteadOf
1818 ssh://git@github.com/
1919
20- - uses : pnpm/action-setup@v4
20+ - uses : pnpm/action-setup@v6
2121
2222 - name : Use Node.js 24
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@v7
2424 with :
2525 node-version : 24.x
2626
@@ -30,12 +30,12 @@ jobs:
3030 static-check :
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v7
3434
35- - uses : pnpm/action-setup@v4
35+ - uses : pnpm/action-setup@v6
3636
3737 - name : Use Node.js 24
38- uses : actions/setup-node@v4
38+ uses : actions/setup-node@v7
3939 with :
4040 node-version : 24.x
4141
Original file line number Diff line number Diff line change @@ -3,17 +3,16 @@ name: Release on Tag
33on :
44 push :
55 tags :
6- - ' 0.*'
76 - ' 1.*'
87
98jobs :
109 build :
1110 runs-on : ubuntu-latest
1211 steps :
13- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v7
1413
1514 - name : Use Node.js 24
16- uses : actions/setup-node@v4
15+ uses : actions/setup-node@v7
1716 with :
1817 node-version : 24.x
1918
2726 git config --global url."https://github.com/".insteadOf
2827 ssh://git@github.com/
2928
30- - uses : pnpm/action-setup@v4
29+ - uses : pnpm/action-setup@v6
3130
3231 - name : Install dependencies and run webpack
3332 run : |
Original file line number Diff line number Diff line change 1- 20.8.1
1+ 24.18.0
You can’t perform that action at this time.
0 commit comments