Skip to content

Commit 8dea9e2

Browse files
dgarcia360avelanarius
authored andcommitted
docs: update workflows
1 parent 7ab2a8f commit 8dea9e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v3
2828
with:
29-
python-version: 3.7
29+
python-version: 3.9
3030
- name: Set up JDK 1.8
3131
uses: actions/setup-java@v1
3232
with:

.github/workflows/docs-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v3
2727
with:
28-
python-version: 3.7
28+
python-version: 3.9
2929
- name: Set up JDK 1.8
3030
uses: actions/setup-java@v1
3131
with:

0 commit comments

Comments
 (0)