From 1f0626bac544deb25615f1375264a7a8708d5f7d Mon Sep 17 00:00:00 2001 From: Ricky Sexton Date: Mon, 18 Nov 2024 10:06:46 -0700 Subject: [PATCH] changed setup-python version --- .github/workflows/gh-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"