Update actions/setup-python to v5?

This commit is contained in:
Raffson 2025-04-20 23:09:16 +02:00
parent dfb65facb5
commit c96e0d8f28
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ runs:
using: composite
steps:
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: pip

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup-liberation-python
- uses: actions/setup-python@v5
- uses: psf/black@stable
with:
src: "."