File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - name : Install uv
2525 uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2626 with :
27- version : ' 0.11.7 '
27+ version : ' 0.11.8 '
2828 enable-cache : true
2929 cache-dependency-glob : ' uv.lock'
3030
4141 - name : Setup Rust toolchain
4242 run : rustup component add clippy rustfmt
4343
44- - uses : j178/prek-action@cbc2f23eb5539cf20d82d1aabd0d0ecbcc56f4e3 # v2.0.2
44+ - uses : j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2.0.3
4545 with :
4646 # We skip mypy hook because it runs in "tests" job.
4747 extra-args : ' --all-files --skip mypy'
8282 - name : Install uv
8383 uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
8484 with :
85- version : ' 0.11.7 '
85+ version : ' 0.11.8 '
8686 enable-cache : true
8787 cache-dependency-glob : ' uv.lock'
8888 cache-suffix : ${{ matrix.python-version }}
@@ -124,7 +124,7 @@ jobs:
124124 - name : Install uv
125125 uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
126126 with :
127- version : ' 0.11.7 '
127+ version : ' 0.11.8 '
128128 enable-cache : true
129129 cache-dependency-glob : ' uv.lock'
130130
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ jobs:
224224 - name : Install uv
225225 uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
226226 with :
227- version : ' 0.11.7 '
227+ version : ' 0.11.8 '
228228
229229 - name : Publish to PyPI
230230 if : ${{ github.event_name == 'release' }}
@@ -248,7 +248,7 @@ jobs:
248248 - name : Install uv
249249 uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
250250 with :
251- version : ' 0.11.7 '
251+ version : ' 0.11.8 '
252252 enable-cache : true
253253 cache-dependency-glob : ' uv.lock'
254254
Original file line number Diff line number Diff line change 1919 persist-credentials : false
2020 - uses : pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6.0.3
2121 with :
22- version : ' 10.33.1 '
22+ version : ' 10.33.2 '
2323 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2424 with :
2525 node-version : ' 24'
Original file line number Diff line number Diff line change 1919 - id : trailing-whitespace
2020
2121 - repo : https://github.com/astral-sh/ruff-pre-commit
22- rev : " v0.15.11 "
22+ rev : " v0.15.12 "
2323 hooks :
2424 - id : ruff-check
2525 args : [--exit-non-zero-on-fix]
3636 require_serial : true
3737
3838 - repo : https://github.com/astral-sh/uv-pre-commit
39- rev : " 0.11.7 "
39+ rev : " 0.11.8 "
4040 hooks :
4141 - id : uv-lock
4242 name : check uv lock file consistency
You can’t perform that action at this time.
0 commit comments