diff --git a/.gitea/workflows/hello.yaml b/.gitea/workflows/hello.yaml index d5114c3..c985714 100644 --- a/.gitea/workflows/hello.yaml +++ b/.gitea/workflows/hello.yaml @@ -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: