diff --git a/.github/workflows/run-legacy-validate-for-contribution.yml b/.github/workflows/run-legacy-validate-for-contribution.yml
index 6603d3a47a4f..c71d648d7cb9 100644
--- a/.github/workflows/run-legacy-validate-for-contribution.yml
+++ b/.github/workflows/run-legacy-validate-for-contribution.yml
@@ -15,7 +15,7 @@ jobs:
       - name: Setup Python
         uses: actions/setup-python@v5
         with:
-          python-version: "3.11"
+          python-version: "3.11.0"
       - name: Setup Poetry
         uses: Gr1N/setup-poetry@v9
       - name: Install Python Dependencies