diff --git a/.github/workflows/gh-ci-cron.yaml b/.github/workflows/gh-ci-cron.yaml index 85dbd238..614b4c50 100644 --- a/.github/workflows/gh-ci-cron.yaml +++ b/.github/workflows/gh-ci-cron.yaml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest outputs: python-stable: ${{ steps.get-compatible-python.outputs.stable-python }} - python-min: ${{ steps.get-compatible-python.outputs.oldest-pythons }} + python-min: ${{ steps.get-compatible-python.outputs.oldest-python }} steps: - uses: actions/setup-python@v4