Skip to content

Commit 2d97fd5

Browse files
[deps]: Pin python to 3.9.24
1 parent e49bf09 commit 2d97fd5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2626
with:
27-
python-version: '3.9'
27+
python-version: '3.9.24'
2828
cache: 'poetry'
2929

3030
- name: Setup

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python
3131
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
3232
with:
33-
python-version: '3.9'
33+
python-version: '3.9.24'
3434
cache: 'poetry'
3535

3636
- name: Setup
@@ -78,7 +78,7 @@ jobs:
7878
- name: Set up Python
7979
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
8080
with:
81-
python-version: '3.9'
81+
python-version: '3.9.24'
8282
cache: 'poetry'
8383

8484
- name: Setup
@@ -110,7 +110,7 @@ jobs:
110110
- name: Set up Python
111111
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
112112
with:
113-
python-version: '3.9'
113+
python-version: '3.9.24'
114114
cache: 'poetry'
115115

116116
- name: Setup

0 commit comments

Comments
 (0)