diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index db6cd02..ee1d70c 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.3 + - uses: actions/setup-python@v5.3.0 with: python-version: "3.11"