From 2e089b364a4ede32b1c8a73f3e34f7506f27606a Mon Sep 17 00:00:00 2001 From: Ricky Sexton Date: Mon, 18 Nov 2024 12:19:27 -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 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"