1
0
forked from me/IronOS

Set python-version for actions/setup-python to remove the github actions warning (#2057)

This commit is contained in:
Ivan Zorin
2025-01-28 00:18:21 +03:00
committed by GitHub
parent f67cc25acc
commit aa0784d34c

View File

@@ -24,6 +24,8 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.12.3'
- run: |
pip install --upgrade pip &&