Skip to content

Commit 92caaf0

Browse files
[deps]: Pin python to 3.9.22
1 parent 9e82c4b commit 92caaf0

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
1919
with:
20-
python-version: '3.9'
20+
python-version: '3.9.22'
2121
cache: 'poetry'
2222
- name: Setup
2323
run: poetry env use 3.9

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2323
with:
24-
python-version: '3.9'
24+
python-version: '3.9.22'
2525
cache: 'poetry'
2626
- name: Setup
2727
run: poetry env use 3.9
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Python
5555
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
5656
with:
57-
python-version: '3.9'
57+
python-version: '3.9.22'
5858
cache: 'poetry'
5959
- name: Setup
6060
run: poetry env use 3.9
@@ -77,7 +77,7 @@ jobs:
7777
- name: Set up Python
7878
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
7979
with:
80-
python-version: '3.9'
80+
python-version: '3.9.22'
8181
cache: 'poetry'
8282
- name: Setup
8383
run: poetry env use 3.9

0 commit comments

Comments
 (0)