From 829f12c26160a80943a9bbd64c88332267f002d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 21:51:58 +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 4.0.1 to 4.1.0. - [Release notes](https://github.com/matteoh2o1999/build-and-install-python/releases) - [Commits](https://github.com/matteoh2o1999/build-and-install-python/compare/768952272fbb9041a0f308d4721efb3ace09c1f9...ec33fa01bae5abf04d51e485ec7dee869f50054c) --- updated-dependencies: - dependency-name: MatteoH2O1999/build-and-install-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a76634a..c21738f 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ outputs: runs: using: composite steps: - - uses: MatteoH2O1999/build-and-install-python@768952272fbb9041a0f308d4721efb3ace09c1f9 + - uses: MatteoH2O1999/build-and-install-python@ec33fa01bae5abf04d51e485ec7dee869f50054c id: build with: python-version: ${{ inputs.python-version }}