We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da08854 commit fb5d52bCopy full SHA for fb5d52b
.github/workflows/generate.yaml
@@ -46,10 +46,10 @@ jobs:
46
uses: actions/setup-go@v2
47
with:
48
go-version: 1.14.x
49
- - name: Set up Python 3.14
+ - name: Set up Python 3.13.2
50
uses: actions/setup-python@v2
51
52
- python-version: 3.14
+ python-version: 3.13.2
53
- name: Configure github credentials
54
run: |
55
git config --global user.email "[email protected]"
0 commit comments