File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/ecmwf-projects/cookiecutter-conda-package" ,
3- "commit" : " d8e38d412bfd81121857042e6b2b755b0bbac1c5 " ,
3+ "commit" : " c564066a3f670f0d649f2be997b62e3f4a640c18 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
1313 "integration_tests" : true ,
1414 "pypi" : false ,
1515 "_template" : " https://github.com/ecmwf-projects/cookiecutter-conda-package" ,
16- "_commit" : " d8e38d412bfd81121857042e6b2b755b0bbac1c5 "
16+ "_commit" : " c564066a3f670f0d649f2be997b62e3f4a640c18 "
1717 }
1818 },
1919 "directory" : null
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@v5
26- - uses : actions/setup-python@v5
26+ - uses : actions/setup-python@v6
2727 with :
2828 python-version : 3.x
2929 - uses : pre-commit/action@v3.0.1
3333
3434 steps :
3535 - uses : actions/checkout@v5
36- - uses : actions/setup-python@v5
36+ - uses : actions/setup-python@v6
3737 with :
3838 python-version : 3.x
3939 - name : Install conda-merge
@@ -189,7 +189,7 @@ jobs:
189189
190190 steps :
191191 - uses : actions/checkout@v5
192- - uses : actions/setup-python@v5
192+ - uses : actions/setup-python@v6
193193 with :
194194 python-version : ' 3.12'
195195 - name : Install package
@@ -230,6 +230,6 @@ jobs:
230230 with :
231231 name : distribution
232232 path : dist
233- - uses : pypa/gh-action-pypi-publish@v1.12.4
233+ - uses : pypa/gh-action-pypi-publish@v1.13.0
234234 with :
235235 verbose : true
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ repos:
1212 - id : debug-statements
1313 - id : mixed-line-ending
1414- repo : https://github.com/keewis/blackdoc
15- rev : v0.4.1
15+ rev : v0.4.3
1616 hooks :
1717 - id : blackdoc
18- additional_dependencies : [black==23.11 .0]
18+ additional_dependencies : [black==25.9 .0]
1919- repo : https://github.com/astral-sh/ruff-pre-commit
20- rev : v0.12.9
20+ rev : v0.14.0
2121 hooks :
2222 - id : ruff
2323 args : [--fix, --show-fixes]
You can’t perform that action at this time.
0 commit comments