Revert python version change and update actions/setup-python to v5

This commit is contained in:
Ean Garvey
2024-08-08 16:50:15 -05:00
committed by GitHub
parent b1d2cb3bad
commit dea405285e

View File

@@ -14,12 +14,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11.9"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}