We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de34855 commit 151d9caCopy full SHA for 151d9ca
.github/workflows/build-docs.yml
@@ -2,7 +2,7 @@ name: build-docs
2
on: [push, pull_request]
3
jobs:
4
build:
5
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
6
steps:
7
- uses: actions/checkout@v2
8
with:
requirements.txt
@@ -10,7 +10,7 @@ mkdocs==1.2.4
10
packaging==21.3
11
pyparsing==3.0.7
12
python-dateutil==2.8.2
13
-PyYAML==6.0
+PyYAML==6.0.2
14
pyyaml-env-tag==0.1
15
six==1.16.0
16
typing-extensions==4.1.1
0 commit comments