File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout Code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
19- - uses : pnpm/action-setup@v4
19+ - uses : pnpm/action-setup@v6
2020 name : Install pnpm
2121 with :
2222 version : 10.15.1
2323 run_install : false
2424
2525 - name : Setup Node.js environment
26- uses : actions/setup-node@v4
26+ uses : actions/setup-node@v6
2727 with :
2828 node-version : 20
2929 cache : " pnpm"
@@ -39,18 +39,18 @@ jobs:
3939 runs-on : ubuntu-latest
4040 steps :
4141 - name : Checkout Code
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v6
4343 with :
4444 fetch-depth : 0
4545
46- - uses : pnpm/action-setup@v4
46+ - uses : pnpm/action-setup@v6
4747 name : Install pnpm
4848 with :
4949 version : 10.15.1
5050 run_install : false
5151
5252 - name : Setup Node.js environment
53- uses : actions/setup-node@v4
53+ uses : actions/setup-node@v6
5454 with :
5555 node-version : 20
5656 cache : " pnpm"
@@ -174,18 +174,18 @@ jobs:
174174 runs-on : ubuntu-latest
175175 steps :
176176 - name : Checkout Code
177- uses : actions/checkout@v4
177+ uses : actions/checkout@v6
178178 with :
179179 fetch-depth : 0
180180
181- - uses : pnpm/action-setup@v4
181+ - uses : pnpm/action-setup@v6
182182 name : Install pnpm
183183 with :
184184 version : 10.15.1
185185 run_install : false
186186
187187 - name : Setup Node.js environment
188- uses : actions/setup-node@v4
188+ uses : actions/setup-node@v6
189189 with :
190190 node-version : 20
191191 cache : " pnpm"
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
2727 fetch-depth : 0
2828
2929 - name : Install pnpm
30- uses : pnpm/action-setup@v4
30+ uses : pnpm/action-setup@v6
3131 with :
3232 version : 10.15.1
3333 run_install : false
3434
3535 - name : Setup Node.js environment
36- uses : actions/setup-node@v4
36+ uses : actions/setup-node@v6
3737 with :
3838 node-version : 20
3939 cache : " pnpm"
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
2626 uses : actions/checkout@v6
2727
2828 - name : Install pnpm
29- uses : pnpm/action-setup@v4
29+ uses : pnpm/action-setup@v6
3030 with :
3131 version : 10.15.1
3232 run_install : false
3333
3434 - name : Setup Node.js environment
35- uses : actions/setup-node@v4
35+ uses : actions/setup-node@v6
3636 with :
3737 node-version : 20
3838 cache : " pnpm"
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323 fetch-depth : 0
2424
2525 - name : Install pnpm
26- uses : pnpm/action-setup@v4
26+ uses : pnpm/action-setup@v6
2727 with :
2828 version : 10.15.1
2929 run_install : false
3030
3131 - name : Setup Node.js environment
32- uses : actions/setup-node@v4
32+ uses : actions/setup-node@v6
3333 with :
3434 node-version : 20
3535 cache : " pnpm"
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 steps :
1515 - uses : actions/checkout@v6
1616 - name : Install pnpm
17- uses : pnpm/action-setup@v4
17+ uses : pnpm/action-setup@v6
1818 with :
1919 version : 10.15.1
2020 run_install : false
2121 - name : Setup node
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@v6
2323 with :
2424 node-version : " 22"
2525 cache : " pnpm"
You can’t perform that action at this time.
0 commit comments