Upgrade actions/setup-python to v5

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-11-22 20:24:24 -07:00
parent f3c74e4408
commit 500f9ebfb7

View File

@@ -38,7 +38,7 @@ jobs:
sudo apt-get install -f -y graphviz
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
- name: Install Sphinx
run: |