Update actions/setup-python to v5?

This commit is contained in:
Raffson
2025-04-20 23:09:16 +02:00
parent dfb65facb5
commit c96e0d8f28
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