Skip to content

Commit eeb3463

Browse files
committed
change python version
1 parent 4786a1d commit eeb3463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-python@v3
1414
with:
15-
python-version: 3.10.2
15+
python-version: 3.10.9
1616
- name: Install lint dependencies
1717
run: python3 -m pip install types-requests
1818
- name: linters
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- uses: actions/setup-python@v3
2626
with:
27-
python-version: 3.10.2
27+
python-version: 3.10.9
2828
- name: Run image
2929
uses: abatilo/[email protected]
3030
with:

0 commit comments

Comments
 (0)