diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9a3c0a1..cc068d3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Python uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: - python-version: '3.9' + python-version: '3.9.25' cache: 'poetry' - name: Setup diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1ded88..33509ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Python uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: - python-version: '3.9' + python-version: '3.9.25' cache: 'poetry' - name: Setup @@ -78,7 +78,7 @@ jobs: - name: Set up Python uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: - python-version: '3.9' + python-version: '3.9.25' cache: 'poetry' - name: Setup @@ -110,7 +110,7 @@ jobs: - name: Set up Python uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: - python-version: '3.9' + python-version: '3.9.25' cache: 'poetry' - name: Setup