chore: update actions/setup-python to v5 (#148)

This commit is contained in:
Piotr Idzik 2024-01-23 00:46:54 +01:00 committed by GitHub
parent 09edaaa60b
commit 13972e0072
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
- name: Setup Git Specs
run: |
git config --global user.name "$GITHUB_ACTOR"