Skip to content

Commit

Permalink
updated all setup-python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Nov 18, 2024
1 parent 8c09e81 commit fbaff3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ needs.environment-config.outputs.stable-python-version }}
#python-version: "3.12"
Expand All @@ -153,7 +153,7 @@ jobs:

- name: Set up Python ${{ needs.environment-config.outputs.stable-python-version }}
# - name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ needs.environment-config.outputs.stable-python-version }}
#python-version: "3.12"
Expand Down

0 comments on commit fbaff3c

Please sign in to comment.