From beeeb24b46b56bd2575582dd52406062a79d4560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 01:03:25 +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 5.0.0 to 5.1.0. - [Release notes](https://github.com/matteoh2o1999/build-and-install-python/releases) - [Commits](https://github.com/matteoh2o1999/build-and-install-python/compare/290b02cc83b4f34611620ea4b735ec1dd27fdfda...8310656a9858e110ecead71af1be1cf00d92cc6d) --- 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 94958ec..e152c9e 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ outputs: runs: using: composite steps: - - uses: MatteoH2O1999/build-and-install-python@290b02cc83b4f34611620ea4b735ec1dd27fdfda + - uses: MatteoH2O1999/build-and-install-python@8310656a9858e110ecead71af1be1cf00d92cc6d id: build with: python-version: ${{ inputs.python-version }}