@@ -35,30 +35,30 @@ jobs:
3535 - " 3.9"
3636 - " 3.10"
3737 - " 3.11"
38- - " 3.12-dev "
38+ - " 3.12"
3939 - " 3.13-dev"
4040 docutils :
4141 - " 0.18"
4242 - " 0.20"
4343 include :
4444 # test every supported Docutils version for the latest supported Python
45- - python : " 3.11 "
45+ - python : " 3.12 "
4646 docutils : " 0.19"
4747
4848 steps :
4949 - uses : actions/checkout@v4
5050 - name : Set up Python ${{ matrix.python }}
51- uses : actions/setup-python@v4
51+ uses : actions/setup-python@v5
5252 if : " !endsWith(matrix.python, '-dev')"
5353 with :
5454 python-version : ${{ matrix.python }}
5555 - name : Set up Python ${{ matrix.python }} (deadsnakes)
56- uses : deadsnakes/action@v2 .1.1
56+ uses : deadsnakes/action@v3 .1.0
5757 if : " endsWith(matrix.python, '-dev')"
5858 with :
5959 python-version : ${{ matrix.python }}
6060 - name : Check Python version
61- run : python --version
61+ run : python --version --version
6262 - name : Install graphviz
6363 run : sudo apt-get install graphviz
6464 - name : Install dependencies
@@ -79,11 +79,11 @@ jobs:
7979 steps :
8080 - uses : actions/checkout@v4
8181 - name : Set up Python
82- uses : actions/setup-python@v4
82+ uses : actions/setup-python@v5
8383 with :
8484 python-version : " 3"
8585 - name : Check Python version
86- run : python --version
86+ run : python --version --version
8787 - name : Install dependencies
8888 run : |
8989 python -m pip install --upgrade pip
@@ -100,11 +100,11 @@ jobs:
100100 steps :
101101 - uses : actions/checkout@v4
102102 - name : Set up Python
103- uses : actions/setup-python@v4
103+ uses : actions/setup-python@v5
104104 with :
105105 python-version : " 3"
106106 - name : Check Python version
107- run : python --version
107+ run : python --version --version
108108 - name : Install graphviz
109109 run : sudo apt-get install graphviz
110110 - name : Install dependencies
@@ -127,11 +127,11 @@ jobs:
127127 steps :
128128 - uses : actions/checkout@v4
129129 - name : Set up Python
130- uses : actions/setup-python@v4
130+ uses : actions/setup-python@v5
131131 with :
132132 python-version : " 3"
133133 - name : Check Python version
134- run : python --version
134+ run : python --version --version
135135 - name : Install dependencies
136136 run : |
137137 python -m pip install --upgrade pip
@@ -150,11 +150,11 @@ jobs:
150150 steps :
151151 - uses : actions/checkout@v4
152152 - name : Set up Python
153- uses : actions/setup-python@v4
153+ uses : actions/setup-python@v5
154154 with :
155155 python-version : " 3"
156156 - name : Check Python version
157- run : python --version
157+ run : python --version --version
158158 - name : Install graphviz
159159 run : sudo apt-get install graphviz
160160 - name : Install dependencies
@@ -166,4 +166,4 @@ jobs:
166166 env :
167167 VIRTUALENV_SYSTEM_SITE_PACKAGES : " 1"
168168 - name : codecov
169- uses : codecov/codecov-action@v3
169+ uses : codecov/codecov-action@v4
0 commit comments