From 6eb99eea26c256dd59d9083056c5b81ae84e1494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:12:05 +0000 Subject: [PATCH] fix: bump microsoft/action-python/.github/workflows/validation.yml Bumps [microsoft/action-python/.github/workflows/validation.yml](https://github.com/microsoft/action-python) from 0.6.4 to 0.7.3. - [Release notes](https://github.com/microsoft/action-python/releases) - [Commits](https://github.com/microsoft/action-python/compare/0.6.4...0.7.3) --- updated-dependencies: - dependency-name: microsoft/action-python/.github/workflows/validation.yml dependency-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 eb8ae3ed..ef01d490 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,7 +10,7 @@ on: jobs: validation: - uses: microsoft/action-python/.github/workflows/validation.yml@0.6.4 + uses: microsoft/action-python/.github/workflows/validation.yml@0.7.3 with: workdir: '.'