From 91bd4f959dbee51bf737b893de8707a08e4c775a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:37:59 +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 3.0.1 to 3.0.2. - [Release notes](https://github.com/matteoh2o1999/build-and-install-python/releases) - [Commits](https://github.com/matteoh2o1999/build-and-install-python/compare/b1ae3e7370ed4edf7173a598ff5ad2129511021b...bbdf8246275d42feb7936c6bc8c0d99df116eb47) --- updated-dependencies: - dependency-name: MatteoH2O1999/build-and-install-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ada57b5..e9aa7cf 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ outputs: runs: using: composite steps: - - uses: MatteoH2O1999/build-and-install-python@b1ae3e7370ed4edf7173a598ff5ad2129511021b + - uses: MatteoH2O1999/build-and-install-python@bbdf8246275d42feb7936c6bc8c0d99df116eb47 id: build with: python-version: ${{ inputs.python-version }}