Skip to content

Commit 2f58525

Browse files
chore(deps): update ci and dev tooling (#1566)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c42f2a7 commit 2f58525

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate-renovate-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
2121
with:
22-
version: '10.33.0'
22+
version: '10.33.1'
2323
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2424
with:
2525
node-version: '24'

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.15.10"
22+
rev: "v0.15.11"
2323
hooks:
2424
- id: ruff-check
2525
args: [--exit-non-zero-on-fix]

0 commit comments

Comments
 (0)