@@ -15,10 +15,10 @@ jobs:
15
15
python-version : ["3.7", "3.8", "3.9", "3.10"]
16
16
sphinx-version : ["sphinx==3.0", "sphinx==4.0", "sphinx>4.4"]
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v3
19
19
20
20
- name : Python setup
21
- uses : actions/setup-python@v2
21
+ uses : actions/setup-python@v3
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
@@ -72,10 +72,10 @@ jobs:
72
72
python-version : ["3.11-dev"]
73
73
sphinx-version : ["sphinx==4.0", "sphinx==4.5"]
74
74
steps :
75
- - uses : actions/checkout@v2
75
+ - uses : actions/checkout@v3
76
76
77
77
- name : Python setup
78
- uses : actions/setup-python@v2
78
+ uses : actions/setup-python@v3
79
79
with :
80
80
python-version : ${{ matrix.python-version }}
81
81
@@ -115,10 +115,10 @@ jobs:
115
115
os : [ubuntu]
116
116
python-version : ["3.9", "3.10"]
117
117
steps :
118
- - uses : actions/checkout@v2
118
+ - uses : actions/checkout@v3
119
119
120
120
- name : Python setup
121
- uses : actions/setup-python@v2
121
+ uses : actions/setup-python@v3
122
122
with :
123
123
python-version : ${{ matrix.python-version }}
124
124
0 commit comments