From efe5f4ff58a447ae99a901eb13bb920051ee7953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:48:57 +0000 Subject: [PATCH] Bump actions-ext/python/test-sdist Bumps [actions-ext/python/test-sdist](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-sdist 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..5d2e18c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -156,7 +156,7 @@ jobs: if: matrix.target == 'native' && runner.os == 'Linux' - name: Test source distribution - uses: actions-ext/python/test-sdist@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: module: polars_io_tools if: matrix.name == 'ubuntu-latest'