Skip to content

Commit d2ae777

Browse files
committed
correct python version
1 parent eee256b commit d2ae777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
- name: Set up Python
3636
uses: actions/setup-python@v4
3737
with:
38-
python-version: "3.10"
38+
python-version: "3.11"
3939
cache: "pip"
4040

4141
- name: Install Chrome

0 commit comments

Comments
 (0)