|
76 | 76 | - uses: ./.github/actions/install-linux-dependencies |
77 | 77 | - uses: ./.github/actions/install-skia-dependencies |
78 | 78 | - uses: ilammy/msvc-dev-cmd@v1 |
79 | | - - uses: actions/setup-python@v5 |
| 79 | + - uses: actions/setup-python@v6 |
80 | 80 | with: |
81 | 81 | python-version: '3.10' |
82 | 82 | - name: Install Qt |
@@ -139,9 +139,10 @@ jobs: |
139 | 139 | - uses: ./.github/actions/install-skia-dependencies |
140 | 140 | - name: Setup headless display |
141 | 141 | uses: pyvista/setup-headless-display-action@v4 |
142 | | - - uses: actions/setup-node@v4 |
| 142 | + - uses: actions/setup-node@v5 |
143 | 143 | with: |
144 | 144 | node-version: 20 |
| 145 | + package-manager-cache: false |
145 | 146 | id: node-install |
146 | 147 | |
147 | 148 | with: |
@@ -197,7 +198,7 @@ jobs: |
197 | 198 | - uses: ./.github/actions/setup-rust |
198 | 199 | with: |
199 | 200 | key: x-napi-v2-${{ steps.node-install.outputs.node-version }} # the cache key consists of a manually bumpable version and the node version, as the cached rustc artifacts contain linking information where to find node.lib, which is in a versioned directory. |
200 | | - - uses: actions/setup-python@v5 |
| 201 | + - uses: actions/setup-python@v6 |
201 | 202 | with: |
202 | 203 | python-version: "3.12" |
203 | 204 | - name: Install uv |
@@ -367,9 +368,10 @@ jobs: |
367 | 368 | with: |
368 | 369 | key: "vsce_1" # increment this to bust the cache if needed |
369 | 370 | - uses: ./.github/actions/install-linux-dependencies |
370 | | - - uses: actions/setup-node@v4 |
| 371 | + - uses: actions/setup-node@v5 |
371 | 372 | with: |
372 | 373 | node-version: 20 |
| 374 | + package-manager-cache: false |
373 | 375 | - name: Install wasm-pack |
374 | 376 | run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh |
375 | 377 | - name: Fake slint-lsp build |
@@ -684,9 +686,10 @@ jobs: |
684 | 686 | runs-on: ubuntu-latest |
685 | 687 | steps: |
686 | 688 | - uses: actions/checkout@v5 |
687 | | - - uses: actions/setup-node@v4 |
| 689 | + - uses: actions/setup-node@v5 |
688 | 690 | with: |
689 | 691 | node-version: 20 |
| 692 | + package-manager-cache: false |
690 | 693 | id: node-install |
691 | 694 | |
692 | 695 | with: |
|
0 commit comments