diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index da8b7fe..db6cd02 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -29,7 +29,7 @@ jobs: stable-python-version: ${{ steps.get-compatible-python.outputs.stable-python }} python-matrix: ${{ steps.get-compatible-python.outputs.python-versions }} steps: - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v5.3 with: python-version: "3.11"