Skip to content

Commit 9d42aec

Browse files
[deps]: Pin python to 3.9.24
1 parent 8bff72c commit 9d42aec

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
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2222
with:
23-
python-version: '3.9'
23+
python-version: '3.9.24'
2424
cache: 'poetry'
2525
- name: Setup
2626
run: poetry env use 3.9

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2828
with:
29-
python-version: '3.9'
29+
python-version: '3.9.24'
3030
cache: 'poetry'
3131
- name: Setup
3232
run: poetry env use 3.9
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Python
6262
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
6363
with:
64-
python-version: '3.9'
64+
python-version: '3.9.24'
6565
cache: 'poetry'
6666
- name: Setup
6767
run: poetry env use 3.9
@@ -86,7 +86,7 @@ jobs:
8686
- name: Set up Python
8787
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
8888
with:
89-
python-version: '3.9'
89+
python-version: '3.9.24'
9090
cache: 'poetry'
9191
- name: Setup
9292
run: poetry env use 3.9

0 commit comments

Comments
 (0)