update gh action setup-python dependency

This commit is contained in:
Sparticuz 2023-12-18 17:26:58 -05:00
parent a93aa49c50
commit 849e769e78
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: "3.x" python-version: "3.x"