From ca074e4eaaaf9f4e5ac2db92e45cb7821f2fa266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:58:55 +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.1.0 to 5.1.1. - [Release notes](https://github.com/matteoh2o1999/build-and-install-python/releases) - [Commits](https://github.com/matteoh2o1999/build-and-install-python/compare/8310656a9858e110ecead71af1be1cf00d92cc6d...6761ab2a979648b4704649564f4f201977aa9a78) --- 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 e152c9e..e696918 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ outputs: runs: using: composite steps: - - uses: MatteoH2O1999/build-and-install-python@8310656a9858e110ecead71af1be1cf00d92cc6d + - uses: MatteoH2O1999/build-and-install-python@6761ab2a979648b4704649564f4f201977aa9a78 id: build with: python-version: ${{ inputs.python-version }}