diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 95413416611..0cded0ad6ad 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -35,7 +35,7 @@ jobs: uses: actions/setup-python@v4.7.1 id: python with: - python-version: "3.x" + python-version: "3.11" - name: 📦 Install pre-commit run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b25506cfb93..a7d09a61cd8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: - name: 🛠️ Set up Python uses: actions/setup-python@v4.7.1 with: - python-version: "3.x" + python-version: "3.11" - name: 🔢 Get version if: ${{ github.event_name == 'release' }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 305a0e9e8ca..d639bd8ecf8 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -64,7 +64,7 @@ jobs: uses: actions/setup-python@v4.7.1 id: python with: - python-version: "3.x" + python-version: "3.11" cache: 'pip' cache-dependency-path: | requirements_base.txt