From c04b5bc181c029ab08bdee352947df53034cfb8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 03:10:50 +0000 Subject: [PATCH] fix(deps): bump MatteoH2O1999/build-and-install-python Bumps [MatteoH2O1999/build-and-install-python](https://github.com/matteoh2o1999/build-and-install-python) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/matteoh2o1999/build-and-install-python/releases) - [Commits](https://github.com/matteoh2o1999/build-and-install-python/compare/432ca4fdfe0cfc97b0b56cb49f057ff53d3ef63a...a6b9b8e2b6b4f57808cb6b7707b160744354860a) --- updated-dependencies: - dependency-name: MatteoH2O1999/build-and-install-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9887e7d..2e7a367 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ outputs: runs: using: composite steps: - - uses: MatteoH2O1999/build-and-install-python@432ca4fdfe0cfc97b0b56cb49f057ff53d3ef63a + - uses: MatteoH2O1999/build-and-install-python@a6b9b8e2b6b4f57808cb6b7707b160744354860a id: build with: python-version: ${{ inputs.python-version }}