@@ -15,10 +15,10 @@ jobs:
1515 python-version : ["3.7", "3.8", "3.9", "3.10"]
1616 sphinx-version : ["sphinx==3.0", "sphinx==4.0", "sphinx>4.4"]
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v3
1919
2020 - name : Python setup
21- uses : actions/setup-python@v2
21+ uses : actions/setup-python@v3
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
@@ -72,10 +72,10 @@ jobs:
7272 python-version : ["3.11-dev"]
7373 sphinx-version : ["sphinx==4.0", "sphinx==4.5"]
7474 steps :
75- - uses : actions/checkout@v2
75+ - uses : actions/checkout@v3
7676
7777 - name : Python setup
78- uses : actions/setup-python@v2
78+ uses : actions/setup-python@v3
7979 with :
8080 python-version : ${{ matrix.python-version }}
8181
@@ -115,10 +115,10 @@ jobs:
115115 os : [ubuntu]
116116 python-version : ["3.9", "3.10"]
117117 steps :
118- - uses : actions/checkout@v2
118+ - uses : actions/checkout@v3
119119
120120 - name : Python setup
121- uses : actions/setup-python@v2
121+ uses : actions/setup-python@v3
122122 with :
123123 python-version : ${{ matrix.python-version }}
124124
0 commit comments