File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# This file is @generated by <https://github.com/liblaf/copier-python>.
22# DO NOT EDIT!
33# prettier-ignore
4- _commit : f1c0337
4+ _commit : c22d7f1
55_src_path : gh:liblaf/copier-python
66answers_file_shared : .config/copier/.copier-answers.shared.yaml
77namespace : ' '
Original file line number Diff line number Diff line change 11# This file is @generated by <https://github.com/liblaf/copier-release>.
22# DO NOT EDIT!
33# prettier-ignore
4- _commit : f96497c
4+ _commit : 55dfc73
55_src_path : gh:liblaf/copier-release
66release_type : python
Original file line number Diff line number Diff line change 11# This file is @generated by <https://github.com/liblaf/copier-shared>.
22# DO NOT EDIT!
33# prettier-ignore
4- _commit : 680d6b0
4+ _commit : 610df18
55_src_path : gh:liblaf/copier-shared
66author_email : 30631553+liblaf@users.noreply.github.com
77author_name : liblaf
Original file line number Diff line number Diff line change 4242 url : https://pypi.org/project/${{ needs.build.outputs.package-name }}/${{ needs.build.outputs.package-version }}/
4343 steps :
4444 - name : Download Artifacts
45- uses : actions/download-artifact@v5
45+ uses : actions/download-artifact@v6
4646 with :
4747 name : ${{ needs.build.outputs.artifact-name }}
4848 path : dist
6464 with :
6565 fetch-depth : 0
6666 - name : Download Artifacts
67- uses : actions/download-artifact@v5
67+ uses : actions/download-artifact@v6
6868 with :
6969 name : ${{ needs.build.outputs.artifact-name }}
7070 path : dist
Original file line number Diff line number Diff line change 1919
2020repos :
2121 - repo : https://github.com/astral-sh/ruff-pre-commit
22- rev : v0.14.0
22+ rev : v0.14.1
2323 hooks :
2424 - id : ruff-check
2525 args :
2626 - --fix
2727 - id : ruff-format
2828 - repo : https://github.com/biomejs/pre-commit
29- rev : v2.2.5
29+ rev : v2.2.6
3030 hooks :
3131 - id : biome-check
3232 exclude : \.jsonc?$
You can’t perform that action at this time.
0 commit comments