We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42f2a7 commit 2f58525Copy full SHA for 2f58525
2 files changed
.github/workflows/validate-renovate-config.yml
@@ -19,7 +19,7 @@ jobs:
19
persist-credentials: false
20
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
21
with:
22
- version: '10.33.0'
+ version: '10.33.1'
23
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
24
25
node-version: '24'
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: "v0.15.10"
+ rev: "v0.15.11"
hooks:
- id: ruff-check
args: [--exit-non-zero-on-fix]
0 commit comments