From 05f2f12e060c67f8ac5f558216f02aa763e9a99f Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:10:04 -0400 Subject: [PATCH 1/2] Update actions-ext pins in Python templates Brings actions-ext/python, node, and rust to their current main commits. The node bump picks up the pnpm version selection fixes. Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- python/cpp/.github/workflows/build.yaml.jinja | 6 +++--- .../{% if add_docs %}docs.yaml{% endif %}.jinja | 2 +- python/cppjswasm/.github/workflows/build.yaml.jinja | 8 ++++---- .../{% if add_docs %}docs.yaml{% endif %}.jinja | 2 +- python/js/.github/workflows/build.yaml.jinja | 8 ++++---- .../{% if add_docs %}docs.yaml{% endif %}.jinja | 2 +- python/jupyter/.github/workflows/build.yaml.jinja | 8 ++++---- .../{% if add_docs %}docs.yaml{% endif %}.jinja | 2 +- python/pure/.github/workflows/build.yaml.jinja | 6 +++--- .../{% if add_docs %}docs.yaml{% endif %}.jinja | 2 +- python/rust/.github/workflows/build.yaml.jinja | 8 ++++---- .../{% if add_docs %}docs.yaml{% endif %}.jinja | 2 +- python/rustjswasm/.github/workflows/build.yaml.jinja | 10 +++++----- .../{% if add_docs %}docs.yaml{% endif %}.jinja | 2 +- 14 files changed, 34 insertions(+), 34 deletions(-) diff --git a/python/cpp/.github/workflows/build.yaml.jinja b/python/cpp/.github/workflows/build.yaml.jinja index bda24a5..1421736 100644 --- a/python/cpp/.github/workflows/build.yaml.jinja +++ b/python/cpp/.github/workflows/build.yaml.jinja @@ -80,7 +80,7 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: version: {% raw %}${{ matrix.python.version }}{% endraw %} @@ -176,13 +176,13 @@ jobs: if: matrix.platform.name == 'windows-latest' - name: Test wheel - uses: actions-ext/python/test-wheel@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: module: {{module}} if: matrix.target == 'native' && runner.os == 'Linux' - name: Test source distribution - uses: actions-ext/python/test-sdist@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: module: {{module}} if: matrix.platform.name == 'ubuntu-latest' diff --git a/python/cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja b/python/cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja index ad64573..f0433e0 100644 --- a/python/cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja +++ b/python/cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 - name: Download distributions uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 diff --git a/python/cppjswasm/.github/workflows/build.yaml.jinja b/python/cppjswasm/.github/workflows/build.yaml.jinja index 4df4cf8..eb75226 100644 --- a/python/cppjswasm/.github/workflows/build.yaml.jinja +++ b/python/cppjswasm/.github/workflows/build.yaml.jinja @@ -66,12 +66,12 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: version: {% raw %}${{ matrix.python }}{% endraw %} - name: Setup Node.js - uses: actions-ext/node/setup@0ea5bdcd24d2488b28e16bf611b446a2f8e1e12f + uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825 with: version: 22.x if: matrix.target == 'native' @@ -172,13 +172,13 @@ jobs: if: matrix.name == 'windows-latest' - name: Test wheel - uses: actions-ext/python/test-wheel@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: module: {{module}} if: matrix.target == 'native' && runner.os == 'Linux' - name: Test source distribution - uses: actions-ext/python/test-sdist@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: module: {{module}} if: matrix.name == 'ubuntu-latest' diff --git a/python/cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja b/python/cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja index 64e2b57..b9488f5 100644 --- a/python/cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja +++ b/python/cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 - name: Download distributions uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 diff --git a/python/js/.github/workflows/build.yaml.jinja b/python/js/.github/workflows/build.yaml.jinja index 39ae6f5..12454d9 100644 --- a/python/js/.github/workflows/build.yaml.jinja +++ b/python/js/.github/workflows/build.yaml.jinja @@ -34,12 +34,12 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: version: "{{ python_version_primary }}" - name: Setup Node.js - uses: actions-ext/node/setup@0ea5bdcd24d2488b28e16bf611b446a2f8e1e12f + uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825 with: version: 22.x @@ -79,12 +79,12 @@ jobs: run: make dist - name: Test wheel - uses: actions-ext/python/test-wheel@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: module: {{module}} - name: Test source distribution - uses: actions-ext/python/test-sdist@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: module: {{module}} diff --git a/python/js/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja b/python/js/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja index 0c3cb3a..55b7c51 100644 --- a/python/js/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja +++ b/python/js/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 - name: Download distributions uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 diff --git a/python/jupyter/.github/workflows/build.yaml.jinja b/python/jupyter/.github/workflows/build.yaml.jinja index 7376d0e..c54c695 100644 --- a/python/jupyter/.github/workflows/build.yaml.jinja +++ b/python/jupyter/.github/workflows/build.yaml.jinja @@ -34,12 +34,12 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: version: "{{ python_version_primary }}" - name: Setup Node.js - uses: actions-ext/node/setup@0ea5bdcd24d2488b28e16bf611b446a2f8e1e12f + uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825 with: version: 22.x @@ -79,12 +79,12 @@ jobs: run: make dist - name: Test wheel - uses: actions-ext/python/test-wheel@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: module: {{module}} - name: Test source distribution - uses: actions-ext/python/test-sdist@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: module: {{module}} diff --git a/python/jupyter/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja b/python/jupyter/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja index 0c3cb3a..55b7c51 100644 --- a/python/jupyter/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja +++ b/python/jupyter/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 - name: Download distributions uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 diff --git a/python/pure/.github/workflows/build.yaml.jinja b/python/pure/.github/workflows/build.yaml.jinja index a8c1ed5..fa41d48 100644 --- a/python/pure/.github/workflows/build.yaml.jinja +++ b/python/pure/.github/workflows/build.yaml.jinja @@ -34,7 +34,7 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: version: "{{ python_version_primary }}" @@ -74,12 +74,12 @@ jobs: run: make dist - name: Test wheel - uses: actions-ext/python/test-wheel@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: module: {{module}} - name: Test source distribution - uses: actions-ext/python/test-sdist@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: module: {{module}} diff --git a/python/pure/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja b/python/pure/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja index 0c3cb3a..55b7c51 100644 --- a/python/pure/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja +++ b/python/pure/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 - name: Download distributions uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 diff --git a/python/rust/.github/workflows/build.yaml.jinja b/python/rust/.github/workflows/build.yaml.jinja index f016d9a..81e2cb8 100644 --- a/python/rust/.github/workflows/build.yaml.jinja +++ b/python/rust/.github/workflows/build.yaml.jinja @@ -66,12 +66,12 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: version: {% raw %}${{ matrix.python }}{% endraw %} - name: Setup Rust - uses: actions-ext/rust/setup@2db8e3e4c56beb7320c7d730bd2c2d6a6447bf6b + uses: actions-ext/rust/setup@3de300f3071e758a1dd8545b884288a35e5d7f81 - name: Install dependencies run: make develop @@ -156,13 +156,13 @@ jobs: if: matrix.target == 'native' && runner.os != 'Linux' - name: Test wheel - uses: actions-ext/python/test-wheel@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: module: {{module}} if: matrix.target == 'native' && runner.os == 'Linux' - name: Test source distribution - uses: actions-ext/python/test-sdist@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: module: {{module}} if: matrix.name == 'ubuntu-latest' diff --git a/python/rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja b/python/rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja index 38cf7f7..a92e5f4 100644 --- a/python/rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja +++ b/python/rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 - name: Download distributions uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 diff --git a/python/rustjswasm/.github/workflows/build.yaml.jinja b/python/rustjswasm/.github/workflows/build.yaml.jinja index 7fd0916..219d8a7 100644 --- a/python/rustjswasm/.github/workflows/build.yaml.jinja +++ b/python/rustjswasm/.github/workflows/build.yaml.jinja @@ -66,15 +66,15 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: version: {% raw %}${{ matrix.python }}{% endraw %} - name: Setup Rust - uses: actions-ext/rust/setup@2db8e3e4c56beb7320c7d730bd2c2d6a6447bf6b + uses: actions-ext/rust/setup@3de300f3071e758a1dd8545b884288a35e5d7f81 - name: Setup Node.js - uses: actions-ext/node/setup@0ea5bdcd24d2488b28e16bf611b446a2f8e1e12f + uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825 with: version: 22.x if: matrix.target == 'native' @@ -162,13 +162,13 @@ jobs: if: matrix.target == 'native' && runner.os != 'Linux' - name: Test wheel - uses: actions-ext/python/test-wheel@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: module: {{module}} if: matrix.target == 'native' && runner.os == 'Linux' - name: Test source distribution - uses: actions-ext/python/test-sdist@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: module: {{module}} if: matrix.name == 'ubuntu-latest' diff --git a/python/rustjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja b/python/rustjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja index f4c9613..2189065 100644 --- a/python/rustjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja +++ b/python/rustjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 - name: Download distributions uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 From 7751beaedb6b6b2e2fe001059d83541d428a4098 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:13:01 -0400 Subject: [PATCH 2/2] Update actions-ext pins in the repo's own workflow Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 50dc2fb..605037c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -72,7 +72,7 @@ jobs: printf 'fn main() {\n println!("Hello, world!");\n}\n' > src/main.rs - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: version: '3.11' @@ -90,7 +90,7 @@ jobs: if: matrix.template == 'cpp' || matrix.template == 'cppjswasm' - name: Setup Node.js - uses: actions-ext/node/setup@0ea5bdcd24d2488b28e16bf611b446a2f8e1e12f + uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825 with: version: 22.x pnpm_version: 11.11.0 @@ -98,7 +98,7 @@ jobs: if: matrix.template == 'js' || matrix.template == 'jupyter' || matrix.template == 'cppjswasm' || matrix.template == 'rustjswasm' || matrix.template == 'uitk-svelte' || matrix.template == 'uitk-webawesome' || matrix.template == 'site-react' || matrix.template == 'site-sveltekit' || matrix.template == 'site-webawesome' - name: Setup Rust - uses: actions-ext/rust/setup@2db8e3e4c56beb7320c7d730bd2c2d6a6447bf6b + uses: actions-ext/rust/setup@3de300f3071e758a1dd8545b884288a35e5d7f81 if: matrix.template == 'rust' || matrix.template == 'rustjswasm' - name: Install JavaScript dependencies