Skip to content

Commit f63f5cc

Browse files
Merge pull request #5000 from wso2/himeshsiriwardana-patch-5
Update workflow to avoid a python version issue when installing depen…
2 parents f9e3df3 + 05e2340 commit f63f5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Python
3636
uses: actions/setup-python@v4
3737
with:
38-
python-version: '3.x'
38+
python-version: '3.12'
3939

4040
- name: Install dependencies
4141
run: |

0 commit comments

Comments
 (0)