We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8616bac commit 75ef568Copy full SHA for 75ef568
1 file changed
.github/workflows/docs.yaml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v5
16
- name: Setup Python
17
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
18
with:
19
python-version: '3.13'
20
- run: pip install --no-deps --require-hashes -r .kokoro/docs/docker/requirements.txt
0 commit comments