From 61827cc879389d19be33941fb24c67ccc25fd832 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:55:18 -0400 Subject: [PATCH] Re-pin actions-ext references to current main Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- .github/workflows/build.yaml | 6 +++--- .../site-react/.github/workflows/build.yaml.jinja | 2 +- .../.github/workflows/build.yaml.jinja | 2 +- .../.github/workflows/build.yaml.jinja | 2 +- .../uitk-svelte/.github/workflows/build.yaml.jinja | 2 +- .../.github/workflows/build.yaml.jinja | 2 +- python/cpp/.github/workflows/build.yaml.jinja | 10 +++++----- .../{% if add_docs %}docs.yaml{% endif %}.jinja | 2 +- python/cppjswasm/.github/workflows/build.yaml.jinja | 12 ++++++------ .../{% 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 +- 20 files changed, 46 insertions(+), 46 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 605037c..12a7c93 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@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 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@b0536d87c5e92c924bc8667f566f620758280825 + uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7 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@3de300f3071e758a1dd8545b884288a35e5d7f81 + uses: actions-ext/rust/setup@0f0b7c9ab3cdb6e9a1f79e2147974d6762ddafea if: matrix.template == 'rust' || matrix.template == 'rustjswasm' - name: Install JavaScript dependencies diff --git a/javascript/site-react/.github/workflows/build.yaml.jinja b/javascript/site-react/.github/workflows/build.yaml.jinja index 52b282f..f5474de 100644 --- a/javascript/site-react/.github/workflows/build.yaml.jinja +++ b/javascript/site-react/.github/workflows/build.yaml.jinja @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: Setup Node.js - uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825 + uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7 with: version: 22.x js_folder: . diff --git a/javascript/site-sveltekit/.github/workflows/build.yaml.jinja b/javascript/site-sveltekit/.github/workflows/build.yaml.jinja index 3fcea53..d581567 100644 --- a/javascript/site-sveltekit/.github/workflows/build.yaml.jinja +++ b/javascript/site-sveltekit/.github/workflows/build.yaml.jinja @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: Setup Node.js - uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825 + uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7 with: version: 22.x js_folder: . diff --git a/javascript/site-webawesome/.github/workflows/build.yaml.jinja b/javascript/site-webawesome/.github/workflows/build.yaml.jinja index 3fcea53..d581567 100644 --- a/javascript/site-webawesome/.github/workflows/build.yaml.jinja +++ b/javascript/site-webawesome/.github/workflows/build.yaml.jinja @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: Setup Node.js - uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825 + uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7 with: version: 22.x js_folder: . diff --git a/javascript/uitk-svelte/.github/workflows/build.yaml.jinja b/javascript/uitk-svelte/.github/workflows/build.yaml.jinja index 52b282f..f5474de 100644 --- a/javascript/uitk-svelte/.github/workflows/build.yaml.jinja +++ b/javascript/uitk-svelte/.github/workflows/build.yaml.jinja @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: Setup Node.js - uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825 + uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7 with: version: 22.x js_folder: . diff --git a/javascript/uitk-webawesome/.github/workflows/build.yaml.jinja b/javascript/uitk-webawesome/.github/workflows/build.yaml.jinja index 52b282f..f5474de 100644 --- a/javascript/uitk-webawesome/.github/workflows/build.yaml.jinja +++ b/javascript/uitk-webawesome/.github/workflows/build.yaml.jinja @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: Setup Node.js - uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825 + uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7 with: version: 22.x js_folder: . diff --git a/python/cpp/.github/workflows/build.yaml.jinja b/python/cpp/.github/workflows/build.yaml.jinja index 1421736..5e06a60 100644 --- a/python/cpp/.github/workflows/build.yaml.jinja +++ b/python/cpp/.github/workflows/build.yaml.jinja @@ -80,16 +80,16 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: version: {% raw %}${{ matrix.python.version }}{% endraw %} - name: Setup C++ - uses: actions-ext/cpp/setup@c2b1e90366b3a1c628a1df0748135f5e345ab26f + uses: actions-ext/cpp/setup@22ebafc6f57971978e964f9977333ac98a7c49d9 {% if add_vcpkg -%} - name: Setup vcpkg cache - uses: actions-ext/cpp/setup-vcpkg-cache@c2b1e90366b3a1c628a1df0748135f5e345ab26f + uses: actions-ext/cpp/setup-vcpkg-cache@22ebafc6f57971978e964f9977333ac98a7c49d9 {% endif -%} - name: Install dependencies @@ -176,13 +176,13 @@ jobs: if: matrix.platform.name == 'windows-latest' - name: Test wheel - uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: module: {{module}} if: matrix.target == 'native' && runner.os == 'Linux' - name: Test source distribution - uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7 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 f0433e0..f3352a7 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@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 - 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 eb75226..d15792d 100644 --- a/python/cppjswasm/.github/workflows/build.yaml.jinja +++ b/python/cppjswasm/.github/workflows/build.yaml.jinja @@ -66,22 +66,22 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: version: {% raw %}${{ matrix.python }}{% endraw %} - name: Setup Node.js - uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825 + uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7 with: version: 22.x if: matrix.target == 'native' - name: Setup C++ - uses: actions-ext/cpp/setup@c2b1e90366b3a1c628a1df0748135f5e345ab26f + uses: actions-ext/cpp/setup@22ebafc6f57971978e964f9977333ac98a7c49d9 {% if add_vcpkg -%} - name: Setup vcpkg cache - uses: actions-ext/cpp/setup-vcpkg-cache@c2b1e90366b3a1c628a1df0748135f5e345ab26f + uses: actions-ext/cpp/setup-vcpkg-cache@22ebafc6f57971978e964f9977333ac98a7c49d9 {% endif -%} - name: Setup Emscripten @@ -172,13 +172,13 @@ jobs: if: matrix.name == 'windows-latest' - name: Test wheel - uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: module: {{module}} if: matrix.target == 'native' && runner.os == 'Linux' - name: Test source distribution - uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7 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 b9488f5..a4a406b 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@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 - 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 12454d9..d221edf 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@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: version: "{{ python_version_primary }}" - name: Setup Node.js - uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825 + uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7 with: version: 22.x @@ -79,12 +79,12 @@ jobs: run: make dist - name: Test wheel - uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: module: {{module}} - name: Test source distribution - uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7 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 55b7c51..e194e66 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@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 - 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 c54c695..0b62ed3 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@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: version: "{{ python_version_primary }}" - name: Setup Node.js - uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825 + uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7 with: version: 22.x @@ -79,12 +79,12 @@ jobs: run: make dist - name: Test wheel - uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: module: {{module}} - name: Test source distribution - uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7 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 55b7c51..e194e66 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@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 - 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 fa41d48..e00d3b2 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@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: version: "{{ python_version_primary }}" @@ -74,12 +74,12 @@ jobs: run: make dist - name: Test wheel - uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: module: {{module}} - name: Test source distribution - uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7 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 55b7c51..e194e66 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@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 - 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 81e2cb8..e18115b 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@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: version: {% raw %}${{ matrix.python }}{% endraw %} - name: Setup Rust - uses: actions-ext/rust/setup@3de300f3071e758a1dd8545b884288a35e5d7f81 + uses: actions-ext/rust/setup@0f0b7c9ab3cdb6e9a1f79e2147974d6762ddafea - 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@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: module: {{module}} if: matrix.target == 'native' && runner.os == 'Linux' - name: Test source distribution - uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7 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 a92e5f4..012480f 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@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 - 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 219d8a7..cd072ef 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@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: version: {% raw %}${{ matrix.python }}{% endraw %} - name: Setup Rust - uses: actions-ext/rust/setup@3de300f3071e758a1dd8545b884288a35e5d7f81 + uses: actions-ext/rust/setup@0f0b7c9ab3cdb6e9a1f79e2147974d6762ddafea - name: Setup Node.js - uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825 + uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7 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@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: module: {{module}} if: matrix.target == 'native' && runner.os == 'Linux' - name: Test source distribution - uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7 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 2189065..8ed4e12 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@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 - name: Download distributions uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8