@@ -14,16 +14,16 @@ jobs:
1414 matrix :
1515 python-version : ["3.11", "3.12", "3.13"]
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818
1919 - name : Setup Python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 architecture : x64
2424
2525 - name : Setup pip cache
26- uses : actions/cache@v4.2.3
26+ uses : actions/cache@v5.0.1
2727 with :
2828 path : ~/.cache/pip
2929 key : ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/dev-requirements.txt') }}
4343 python -m pytest --cov=./ --cov-report=xml --verbose
4444
4545 - name : Upload coverage to Codecov
46- uses : codecov/codecov-action@v5.4.3
46+ uses : codecov/codecov-action@v5.5.2
4747 with :
4848 file : ./coverage.xml
4949 fail_ci_if_error : false
@@ -55,16 +55,16 @@ jobs:
5555 matrix :
5656 python-version : ["3.11", "3.12", "3.13"]
5757 steps :
58- - uses : actions/checkout@v4
58+ - uses : actions/checkout@v6
5959
6060 - name : Setup Python
61- uses : actions/setup-python@v5
61+ uses : actions/setup-python@v6
6262 with :
6363 python-version : ${{ matrix.python-version }}
6464 architecture : x64
6565
6666 - name : Setup pip cache
67- uses : actions/cache@v4.2.3
67+ uses : actions/cache@v5.0.1
6868 with :
6969 path : ~/.cache/pip
7070 key : ${{ runner.os }}-pip-dev-${{ matrix.python-version }}-${{ hashFiles('**/dev-requirements.txt') }}
0 commit comments