Fix: python version
Gitea Actions Demo / Hello-Gitea-Actions (push) Failing after 21s Details

This commit is contained in:
Bertrand Benjamin 2023-06-27 11:05:44 +02:00
parent 693849db7a
commit 90e16988ce
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
- name: Set up Python 3.10
uses: https://github.com/actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.10.12'
- name: Run image
uses: https://github.com/abatilo/actions-poetry@v2
with: