44
44
45
45
46
46
- name : Set up Python ${{ matrix.python }}
47
- uses : actions/setup-python@v5.4 .0
47
+ uses : actions/setup-python@v5.6 .0
48
48
with :
49
49
python-version : ${{ matrix.python }}
50
50
allow-prereleases : true
96
96
print("::set-output name=result::{}".format(result))
97
97
98
98
- name : Restore pre-commit cache
99
-
99
+
100
100
if : matrix.session == 'pre-commit'
101
101
with :
102
102
path : ~/.cache/pre-commit
@@ -110,15 +110,15 @@ jobs:
110
110
111
111
- name : Upload coverage data
112
112
if : always() && matrix.session == 'tests'
113
- uses :
" actions/[email protected] .1 "
113
+ uses :
" actions/[email protected] .2 "
114
114
with :
115
115
include-hidden-files : true
116
116
name : coverage-data-${{ runner.os }}-${{ matrix.python }}
117
117
path : " .coverage.*"
118
118
119
119
- name : Upload documentation
120
120
if : matrix.session == 'docs-build'
121
-
121
+
122
122
with :
123
123
name : docs
124
124
path : docs/_build
@@ -131,7 +131,7 @@ jobs:
131
131
132
132
133
133
- name : Set up Python
134
- uses : actions/setup-python@v5.4 .0
134
+ uses : actions/setup-python@v5.6 .0
135
135
with :
136
136
python-version : " 3.x"
137
137
@@ -158,7 +158,7 @@ jobs:
158
158
pip install .
159
159
160
160
- name : Download coverage data
161
- uses : actions/download-artifact@v4.1.9
161
+ uses : actions/download-artifact@v4.3.0
162
162
with :
163
163
merge-multiple : true
164
164
pattern : coverage-data-*
@@ -172,4 +172,4 @@ jobs:
172
172
nox --session=coverage -- xml
173
173
174
174
- name : Upload coverage report
175
-
175
+
0 commit comments