File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 lint-and-test :
1313 runs-on : macos-latest
1414 steps :
15- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
15+ - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
1616
1717 - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
1818 with :
3535 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
3636 runs-on : macos-latest
3737 steps :
38- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
38+ - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
3939
4040 - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
4141 with :
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ readme = "README.md"
66requires-python = " >=3.13"
77license = " MIT"
88dependencies = [
9- " click==8.3.3 " ,
10- " pydantic==2.13.3 " ,
9+ " click==8.4.2 " ,
10+ " pydantic==2.13.4 " ,
1111 " jinja2==3.1.6" ,
1212 " pyyaml==6.0.3" ,
1313 " rich==15.0.0" ,
You can’t perform that action at this time.
0 commit comments