We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66134b4 commit da08854Copy full SHA for da08854
.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.6
+ - name: Set up Python 3.14
50
uses: actions/setup-python@v2
51
52
- python-version: 3.6
+ python-version: 3.14
53
- name: Configure github credentials
54
run: |
55
git config --global user.email "action@github.com"
0 commit comments