From 00c5192d6d04238e57d678f1acad85cd13969162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 02:13:22 +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 1.4.1 to 1.5.0. - [Release notes](https://github.com/matteoh2o1999/build-and-install-python/releases) - [Commits](https://github.com/matteoh2o1999/build-and-install-python/compare/707030a519a2abe1f9d1d9e83d1c7965c6843b7e...835cede8324691d1282121b9c3c27ecc969a7694) --- 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 0747125..8fb50bb 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ outputs: runs: using: composite steps: - - uses: MatteoH2O1999/build-and-install-python@707030a519a2abe1f9d1d9e83d1c7965c6843b7e + - uses: MatteoH2O1999/build-and-install-python@4c5bdb9242b6757d60e7dc27a6b913761cad6992 id: build with: python-version: ${{ inputs.python-version }}