File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : pascalgn/size-label-action@f8edde36b3be04b4f65dcfead05dc8691b374348 # v0.5.5
42+ - uses : pascalgn/size-label-action@56b489b027932ec0cf60438a1a5f1a19c8fc71ff # v0.5.7
4343 env :
4444 GITHUB_TOKEN : ${{ github.token }}
4545 IGNORED : |
Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ repos:
6565 - id : hadolint-docker
6666
6767 - repo : https://github.com/DavidAnson/markdownlint-cli2
68- rev : v0.21 .0
68+ rev : v0.22 .0
6969 hooks :
7070 - id : markdownlint-cli2
7171 args : [--fix]
7272
7373 - repo : https://github.com/astral-sh/ruff-pre-commit
74- rev : v0.15.6
74+ rev : v0.15.8
7575 hooks :
7676 - id : ruff
7777 types_or : [python, pyi, jupyter]
9595 - id : taplo-format
9696
9797 - repo : https://github.com/astral-sh/uv-pre-commit
98- rev : 0.10.10
98+ rev : 0.11.2
9999 hooks :
100100 - id : uv-lock
101101
Original file line number Diff line number Diff line change 11# hadolint global ignore=DL3008
2- FROM ghcr.io/astral-sh/uv:0.10.10 @sha256:cbe0a44ba994e327b8fe7ed72beef1aaa7d2c4c795fd406d1dbf328bacb2f1c5 AS uv
2+ FROM ghcr.io/astral-sh/uv:0.11.2 @sha256:c4f5de312ee66d46810635ffc5df34a1973ba753e7241ce3a08ef979ddd7bea5 AS uv
33
44# #
55# base
You can’t perform that action at this time.
0 commit comments