Skip to content

Commit 6fbfe7f

Browse files
authored
chore(workflow): update docs workflow
1 parent 56baa4e commit 6fbfe7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/docs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

15-
- name: Initialize Python 3.8
16-
uses: actions/setup-python@v1
15+
- name: Initialize Python 3.10
16+
uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.8
18+
python-version: 3.10
1919

2020
- name: Install dependencies
2121
run: |

0 commit comments

Comments
 (0)