From 1c8d3e4c915befbb219e48daf184c01cc9249917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:49:07 +0000 Subject: [PATCH] Bump actions-ext/python/test-wheel Bumps [actions-ext/python/test-wheel](https://github.com/actions-ext/python) from 6e1b91a408ea89f49bc8aff8724f83826f7b5446 to ec67f82b3bd863948308a41ecb9e70547cbb19c7. - [Commits](https://github.com/actions-ext/python/compare/6e1b91a408ea89f49bc8aff8724f83826f7b5446...ec67f82b3bd863948308a41ecb9e70547cbb19c7) --- updated-dependencies: - dependency-name: actions-ext/python/test-wheel dependency-version: ec67f82b3bd863948308a41ecb9e70547cbb19c7 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 3ac25d3..4815d2b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -150,7 +150,7 @@ jobs: if: matrix.target == 'native' && runner.os != 'Linux' - name: Test wheel - uses: actions-ext/python/test-wheel@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: module: polars_io_tools if: matrix.target == 'native' && runner.os == 'Linux'