From 951890be6726b17d72b0bf2f03c31f59c2d7dace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 01:20:54 +0000 Subject: [PATCH] Bump actions-ext/python/test-wheel Bumps [actions-ext/python/test-wheel](https://github.com/actions-ext/python) from 6e1b91a408ea89f49bc8aff8724f83826f7b5446 to a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3. - [Commits](https://github.com/actions-ext/python/compare/6e1b91a408ea89f49bc8aff8724f83826f7b5446...a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3) --- updated-dependencies: - dependency-name: actions-ext/python/test-wheel dependency-version: a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 28f5494..d646031 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -166,7 +166,7 @@ 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: python_template_cppjswasm if: matrix.target == 'native' && runner.os == 'Linux'