From f883f51747f16d4bfa29e80d68fba6f01054c37d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:45:55 +0200 Subject: [PATCH] fix: bump microsoft/action-python from 0.7.2 to 0.7.3 (#59) Bumps [microsoft/action-python](https://github.com/microsoft/action-python) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/microsoft/action-python/releases) - [Commits](https://github.com/microsoft/action-python/compare/0.7.2...0.7.3) --- updated-dependencies: - dependency-name: microsoft/action-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f90011e..06099ef 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,6 +10,6 @@ on: jobs: validation: - uses: microsoft/action-python/.github/workflows/validation.yml@0.7.2 + uses: microsoft/action-python/.github/workflows/validation.yml@0.7.3 with: workdir: '.'