From 7d9edbf5ebfd4a7a2e3e98f32fcc89d4c9c0f15d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 01:54:30 +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 0.0.5 to 0.1.1. - [Release notes](https://github.com/MatteoH2O1999/build-and-install-python/releases) - [Commits](https://github.com/MatteoH2O1999/build-and-install-python/compare/1efa1567b4b2024358e368e0d322ba633546212b...d47915ff8445fdb369350959496e88044a1582df) --- 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 462b4a9..8613b08 100644 --- a/action.yml +++ b/action.yml @@ -46,7 +46,7 @@ outputs: runs: using: composite steps: - - uses: MatteoH2O1999/build-and-install-python@1efa1567b4b2024358e368e0d322ba633546212b + - uses: MatteoH2O1999/build-and-install-python@d47915ff8445fdb369350959496e88044a1582df id: build with: python-version: ${{ inputs.python-version }}