From 3fe2a163343270b1b0e631bf35c12a7d98093464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 17:45:33 +0200 Subject: [PATCH] chore(deps): bump rvben/rumdl from 0.2.27 to 0.2.62 in the rumdl group (#547) --- .github/workflows/ci.yaml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 601f8e3..41234f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -97,7 +97,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: rvben/rumdl@v0.2.27 + - uses: rvben/rumdl@v0.2.62 # Lint GitHub Actions workflows actionlint: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b31cedf..dac95af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: git add ./LICENSE || { git checkout ./LICENSE && exit 1; } ' - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.27 + rev: v0.2.62 hooks: - id: rumdl-fmt # Auto-format and fail if issues remain - repo: https://github.com/rhysd/actionlint