33on : push
44
55env :
6- PYTHON_VERSIONS : ' [ "3.9", "3. 10", "3.11", "3.12", "3.13.3" ]'
6+ PYTHON_VERSIONS : ' [ "3.10", "3.11", "3.12", "3.13.3" ]'
77
88jobs :
99
@@ -25,10 +25,10 @@ jobs:
2525 python-version : ${{ fromJSON(needs.set-python-matrix.outputs.python_versions) }}
2626
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v6
2929
3030 - name : Set up Python ${{ matrix.python-version }}
31- uses : actions/setup-python@v2
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434
@@ -48,10 +48,10 @@ jobs:
4848 python-version : ${{ fromJSON(needs.set-python-matrix.outputs.python_versions) }}
4949
5050 steps :
51- - uses : actions/checkout@v2
51+ - uses : actions/checkout@v6
5252
5353 - name : Set up Python ${{ matrix.python-version }}
54- uses : actions/setup-python@v2
54+ uses : actions/setup-python@v6
5555 with :
5656 python-version : ${{ matrix.python-version }}
5757
@@ -103,11 +103,11 @@ jobs:
103103 runs-on : ubuntu-latest
104104
105105 steps :
106- - uses : actions/checkout@v2
106+ - uses : actions/checkout@v6
107107
108- - uses : actions/setup-python@v2
108+ - uses : actions/setup-python@v6
109109 with :
110- python-version : 3.9
110+ python-version : 3.10
111111
112112 - name : Install dependencies
113113 run : pip install -U setuptools wheel build
@@ -131,7 +131,7 @@ jobs:
131131 runs-on : ubuntu-latest
132132
133133 steps :
134- - uses : actions/checkout@v2
134+ - uses : actions/checkout@v6
135135
136136 - name : Build
137137 run : make docs
0 commit comments