Skip to content

Commit f3cd958

Browse files
committed
fix python version
1 parent 5c0f0ef commit f3cd958

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,10 @@ jobs:
237237
with:
238238
path: ~/.sbt
239239
key: ${{ runner.os }}-sbt-${{ hashFiles('project/Build.scala') }}
240-
- name: Set up Python 3.7
241-
uses: actions/setup-python@v1
240+
- name: Set up Python 3.11
241+
uses: actions/setup-python@v5
242242
with:
243-
python-version: 3.7
243+
python-version: 3.11
244244
- name: sbt doc
245245
run: ./sbt doc
246246
env:

0 commit comments

Comments
 (0)