From b9f043914d83b15417e6ac9eae6b90eea9ca9f66 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Sun, 13 Oct 2024 05:21:35 +0100 Subject: [PATCH] Update gh-ci-cron.yaml --- .github/workflows/gh-ci-cron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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