File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 36
36
version : " 0.5.21"
37
37
enable-cache : true
38
38
- name : " Set up Python"
39
- uses : actions/setup-python@v5.5.0
39
+ uses : actions/setup-python@v6
40
40
with :
41
41
python-version-file : " .python-version"
42
42
- name : Install the project
Original file line number Diff line number Diff line change 62
62
enable-cache : true
63
63
64
64
- name : Set up Python
65
- uses : actions/setup-python@v5
65
+ uses : actions/setup-python@v6
66
66
with :
67
67
python-version-file : " .python-version"
68
68
99
99
enable-cache : true
100
100
101
101
- name : Set up Python
102
- uses : actions/setup-python@v5
102
+ uses : actions/setup-python@v6
103
103
with :
104
104
python-version-file : " .python-version"
105
105
Original file line number Diff line number Diff line change 21
21
version : " 0.6.6"
22
22
enable-cache : true
23
23
24
- - uses : actions/setup-python@v5.5.0
24
+ - uses : actions/setup-python@v6
25
25
with :
26
26
python-version : ' 3.10'
27
27
Original file line number Diff line number Diff line change 53
53
enable-cache : true
54
54
55
55
- name : " Set up Python ${{ matrix.python-version }}"
56
- uses : actions/setup-python@v5.5.0
56
+ uses : actions/setup-python@v6
57
57
with :
58
58
python-version : ${{ matrix.python-version }}
59
59
76
76
gpg --keyserver keyserver.ubuntu.com --recv-keys 806BB28AED779869
77
77
78
78
- name : Upload coverage to Codecov
79
-
79
+
80
80
with :
81
81
token : ${{ secrets.CODECOV_TOKEN }}
82
82
file : ./coverage.xml
Original file line number Diff line number Diff line change 17
17
- id : check-toml
18
18
19
19
- repo : https://github.com/astral-sh/ruff-pre-commit
20
- rev : ' v0.12.11 '
20
+ rev : ' v0.13.2 '
21
21
hooks :
22
22
- id : ruff
23
23
args : [--fix, --exit-non-zero-on-fix]
26
26
types_or : [python, jupyter]
27
27
28
28
- repo : https://github.com/pre-commit/mirrors-mypy
29
- rev : v1.17.1
29
+ rev : v1.18.2
30
30
hooks :
31
31
- id : mypy
32
32
entry : python3 -m mypy --config-file pyproject.toml
You can’t perform that action at this time.
0 commit comments