From a5570a18512725d80f045f768e81411641f79057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:40:39 +0000 Subject: [PATCH] build(deps): Bump PyO3/maturin-action from 1.42.0 to 1.42.1 Bumps [PyO3/maturin-action](https://github.com/pyo3/maturin-action) from 1.42.0 to 1.42.1. - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](https://github.com/pyo3/maturin-action/compare/6c040287d49afcbdb94da54484e3e17051e60e53...bf468cfccfe9a3fec2554b0eebf2e9276cf066aa) --- updated-dependencies: - dependency-name: PyO3/maturin-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test_suite_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_suite_python.yml b/.github/workflows/test_suite_python.yml index 2484437..ef8f52a 100644 --- a/.github/workflows/test_suite_python.yml +++ b/.github/workflows/test_suite_python.yml @@ -93,7 +93,7 @@ jobs: run: | python -m ruff format --check . - name: Build Rust - uses: PyO3/maturin-action@6c040287d49afcbdb94da54484e3e17051e60e53 # v1.42.0 + uses: PyO3/maturin-action@bf468cfccfe9a3fec2554b0eebf2e9276cf066aa # v1.42.1 with: command: develop sccache: 'true'