We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0adea47 commit 2ad6595Copy full SHA for 2ad6595
.github/workflows/publish-docs.yml
@@ -21,7 +21,7 @@ jobs:
21
- run: |
22
git fetch origin gh-pages
23
- name: Set up Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
25
with:
26
python-version: ${{ matrix.python-version }}
27
- name: Generate documentation
0 commit comments