Skip to content

Commit ca6614c

Browse files
Copilotrzhao271
andauthored
Fix Lint CI failure: update Python from 3.9 to 3.10 in lint action
Agent-Logs-Url: https://github.com/microsoft/vscode-python-debugger/sessions/f9c1a42b-75e8-4e00-ab05-0b914b999dbe Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
1 parent d2e836c commit ca6614c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
- name: Install Python
3131
uses: actions/setup-python@v5
3232
with:
33-
python-version: '3.9'
33+
python-version: '3.10'
3434

3535
- name: Pip cache
3636
uses: actions/cache@v4

0 commit comments

Comments
 (0)