Update Github actions to use latest versions of setup-python and checkout (#3499)

This commit is contained in:
zhexu14
2025-04-27 18:41:20 +10:00
committed by GitHub
parent 023c56700e
commit b046365b91
6 changed files with 9 additions and 9 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.4"
cache: pip