From 09a846bd9156cb613ddb5e7d8929ab8cafd059f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 00:52:47 +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 2.0.0 to 3.0.0. - [Release notes](https://github.com/matteoh2o1999/build-and-install-python/releases) - [Commits](https://github.com/matteoh2o1999/build-and-install-python/compare/fa6aa49b741ec1b3d0cc31c20c5cc0ce1e49f9a1...a78a0734a89b8bfdefa35d5da8a9de8abee8f216) --- updated-dependencies: - dependency-name: MatteoH2O1999/build-and-install-python 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 614f65f..36c7dfd 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ outputs: runs: using: composite steps: - - uses: MatteoH2O1999/build-and-install-python@fa6aa49b741ec1b3d0cc31c20c5cc0ce1e49f9a1 + - uses: MatteoH2O1999/build-and-install-python@a78a0734a89b8bfdefa35d5da8a9de8abee8f216 id: build with: python-version: ${{ inputs.python-version }}