Skip to content

Commit 4c22f20

Browse files
authored
fix nodejs
1 parent 64d8e18 commit 4c22f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autoapi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@master
2222
- name: Set up Python #安装python
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v4
2424
with:
2525
python-version: 3.8
2626
- name: Install requests #安装requests

0 commit comments

Comments
 (0)