33 pre-commit :
44 runs-on : ubuntu-latest
55 steps :
6- - name : Checkout repository
7- uses : actions/checkout@v3
8- - name : Setup python 3.10
9- uses : actions/setup-python@v4
6+ - uses : actions/checkout@v4
7+ - uses : actions/setup-python@v5
108 with :
11- python-version : 3.10
9+ python-version : ' 3.10'
1210 - name : Install pre-commit
1311 run : pip install pre-commit
1412 - name : Run pre-commit
@@ -40,12 +38,10 @@ jobs:
4038 name : Build and publish docs
4139 runs-on : ubuntu-latest
4240 steps :
43- - name : Checkout repository
44- uses : actions/checkout@v3
45- - name : Setup python 3.10
46- uses : actions/setup-python@v4
41+ - uses : actions/checkout@v4
42+ - uses : actions/setup-python@v5
4743 with :
48- python-version : 3.10
44+ python-version : ' 3.10'
4945 - name : Install virtualenv
5046 run : pip install virtualenv
5147 - name : Build docs
@@ -66,12 +62,10 @@ jobs:
6662 test :
6763 runs-on : ubuntu-latest
6864 steps :
69- - name : Checkout repository
70- uses : actions/checkout@v3
71- - name : Setup python 3.10
72- uses : actions/setup-python@v4
65+ - uses : actions/checkout@v4
66+ - uses : actions/setup-python@v5
7367 with :
74- python-version : 3.10
68+ python-version : ' 3.10'
7569 - name : Install apt dependencies
7670 run : sudo apt-get update -y && sudo apt-get install -y python3-dev openssl libssl-dev gcc pkg-config libffi-dev libxml2-dev libxmlsec1-dev
7771 - name : Install dependencies
0 commit comments