Skip to content

Commit 8d6a53f

Browse files
committed
ENH: Use latest version (v0.9.5) of setup-pixi GitHub action
Avoids the following warning: Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: prefix-dev/setup-pixi@v0.8.1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
1 parent 59176b1 commit 8d6a53f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cmake -E rename InsightToolkit-5.4.5/.ExternalData/CID ${{ github.workspace }}/.ExternalData/CID
3535
3636
- name: Set up Pixi
37-
uses: prefix-dev/setup-pixi@v0.8.1
37+
uses: prefix-dev/setup-pixi@v0.9.5
3838

3939
- name: Configure
4040
run: pixi run configure

.github/workflows/pixi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
echo "ExternalData_OBJECT_STORES=${{ runner.temp }}/ExternalData" >> "$GITHUB_ENV"
132132
133133
- name: Set up Pixi
134-
uses: prefix-dev/setup-pixi@v0.8.1
134+
uses: prefix-dev/setup-pixi@v0.9.5
135135

136136
- name: Configure
137137
run: pixi run configure-ci

0 commit comments

Comments
 (0)