File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 steps :
9999 - name : checkout code repository
100100 uses : actions/checkout@v5
101- - uses : pnpm/action-setup@v4.2 .0
101+ - uses : pnpm/action-setup@v4.4 .0
102102 - name : Setup Node.js ${{ matrix.node-version }}
103103 uses : actions/setup-node@v6
104104 with :
@@ -173,7 +173,7 @@ jobs:
173173 uses : actions/checkout@v5
174174 with :
175175 fetch-depth : 0
176- - uses : pnpm/action-setup@v4.2 .0
176+ - uses : pnpm/action-setup@v4.4 .0
177177 - name : Setup Node.js ${{ matrix.node-version }}
178178 uses : actions/setup-node@v6
179179 with :
@@ -220,7 +220,7 @@ jobs:
220220 uses : actions/checkout@v5
221221 with :
222222 fetch-depth : 0
223- - uses : pnpm/action-setup@v4.2 .0
223+ - uses : pnpm/action-setup@v4.4 .0
224224 - name : Setup Node.js ${{ matrix.node-version }}
225225 uses : actions/setup-node@v6
226226 with :
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@v5
3434 with :
3535 fetch-depth : 0
36- - uses : pnpm/action-setup@v4.2 .0
36+ - uses : pnpm/action-setup@v4.4 .0
3737 - name : Setup Node.js ${{ matrix.node-version }}
3838 uses : actions/setup-node@v6
3939 with :
You can’t perform that action at this time.
0 commit comments