2525 python-version : ['3.10', '3.11', '3.12', '3.13', '3.14']
2626 name : Test pip install (Python ${{ matrix.python-version }})
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6
2929 - name : Set up Python ${{ matrix.python-version }}
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333
4444 python-version : ['3.10', '3.11', '3.12', '3.13', '3.14']
4545 name : Unit tests on ${{ matrix.os }} (Python ${{ matrix.python-version }})
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v6
4848 - name : Set up Python ${{ matrix.python-version }}
49- uses : actions/setup-python@v5
49+ uses : actions/setup-python@v6
5050 with :
5151 python-version : ${{ matrix.python-version }}
5252 cache : ' pip'
6666 python-version : ['3.10', '3.11', '3.12', '3.13', '3.14']
6767 name : Integration tests on ${{ matrix.os }} (Python ${{ matrix.python-version }})
6868 steps :
69- - uses : actions/checkout@v4
69+ - uses : actions/checkout@v6
7070 - name : Set up Python ${{ matrix.python-version }}
71- uses : actions/setup-python@v5
71+ uses : actions/setup-python@v6
7272 with :
7373 python-version : ${{ matrix.python-version }}
7474 cache : ' pip'
@@ -167,9 +167,9 @@ jobs:
167167 python-version : ['3.12']
168168 name : Cloud tests (Python ${{ matrix.python-version }})
169169 steps :
170- - uses : actions/checkout@v4
170+ - uses : actions/checkout@v6
171171 - name : Set up Python ${{ matrix.python-version }}
172- uses : actions/setup-python@v5
172+ uses : actions/setup-python@v6
173173 with :
174174 python-version : ${{ matrix.python-version }}
175175 cache : ' pip'
@@ -191,9 +191,9 @@ jobs:
191191 python-version : ['3.10', '3.11', '3.12', '3.13', '3.14']
192192 name : Test coverage (Python ${{ matrix.python-version }})
193193 steps :
194- - uses : actions/checkout@v4
194+ - uses : actions/checkout@v6
195195 - name : Set up Python ${{ matrix.python-version }}
196- uses : actions/setup-python@v5
196+ uses : actions/setup-python@v6
197197 with :
198198 python-version : ${{ matrix.python-version }}
199199 cache : ' pip'
@@ -205,7 +205,7 @@ jobs:
205205 pytest --cov=spicepy --cov-report=xml --cov-report=term-missing --ignore=tests/test_main.py tests/
206206 - name : Upload coverage to Codecov
207207 if : matrix.python-version == '3.12'
208- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v4.5.0
208+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v4.5.0
209209 with :
210210 files : ./coverage.xml
211211 fail_ci_if_error : false
0 commit comments