.gitea/workflows/run.yaml aktualisiert
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6s Details

This commit is contained in:
Falko Victor Habel 2024-10-31 14:43:51 +00:00
parent ad14ae1795
commit 3f512a944f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11.7'
python-version: '3.12.0'
- name: Install dependencies
run: |
python -m pip install --upgrade pip