We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c467946 commit 0411292Copy full SHA for 0411292
.github/workflows/docs.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
16
with:
17
python-version: '3.11'
18
cache: 'pip' # caching pip dependencies
0 commit comments