diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5980e40..7e09725 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Python uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: - python-version: '3.9' + python-version: '3.9.24' cache: 'poetry' - name: Setup run: poetry env use 3.9 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a546432..4c25f1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Python uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: - python-version: '3.9' + python-version: '3.9.24' cache: 'poetry' - name: Setup run: poetry env use 3.9 @@ -61,7 +61,7 @@ jobs: - name: Set up Python uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: - python-version: '3.9' + python-version: '3.9.24' cache: 'poetry' - name: Setup run: poetry env use 3.9 @@ -86,7 +86,7 @@ jobs: - name: Set up Python uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: - python-version: '3.9' + python-version: '3.9.24' cache: 'poetry' - name: Setup run: poetry env use 3.9