diff --git a/.github/actions/python_prepare/action.yaml b/.github/actions/python_prepare/action.yaml index 1146dd44..64e581b0 100644 --- a/.github/actions/python_prepare/action.yaml +++ b/.github/actions/python_prepare/action.yaml @@ -4,9 +4,9 @@ runs: using: "composite" steps: - name: Set up Python 3.10 - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: - python-version: 3.10 + python-version: 3. - name: Install Poetry shell: bash run: curl -sSL https://install.python-poetry.org | python3 -