Skip to content

Commit fb5d52b

Browse files
actions: change python to 3.13.2
1 parent da08854 commit fb5d52b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
uses: actions/setup-go@v2
4747
with:
4848
go-version: 1.14.x
49-
- name: Set up Python 3.14
49+
- name: Set up Python 3.13.2
5050
uses: actions/setup-python@v2
5151
with:
52-
python-version: 3.14
52+
python-version: 3.13.2
5353
- name: Configure github credentials
5454
run: |
5555
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)