From 7c4ec3a5457a78d7089a659edd846fd3fdbc8299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 18:53:49 +0000 Subject: [PATCH] chore(deps): bump rvben/rumdl from 0.2.3 to 0.2.7 in the rumdl group Bumps the rumdl group with 1 update: [rvben/rumdl](https://github.com/rvben/rumdl). Updates `rvben/rumdl` from 0.2.3 to 0.2.7 - [Release notes](https://github.com/rvben/rumdl/releases) - [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md) - [Commits](https://github.com/rvben/rumdl/compare/v0.2.3...v0.2.7) chore(deps): bump https://github.com/rvben/rumdl-pre-commit Bumps the rumdl group with 1 update: [https://github.com/rvben/rumdl-pre-commit](https://github.com/rvben/rumdl-pre-commit). Updates `https://github.com/rvben/rumdl-pre-commit` from v0.2.0 to 0.2.7 - [Release notes](https://github.com/rvben/rumdl-pre-commit/releases) - [Commits](https://github.com/rvben/rumdl-pre-commit/compare/v0.2.0...v0.2.7) --- updated-dependencies: - dependency-name: rvben/rumdl dependency-version: 0.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rumdl - dependency-name: https://github.com/rvben/rumdl-pre-commit dependency-version: 0.2.7 dependency-type: direct:production dependency-group: rumdl ... Signed-off-by: dependabot[bot] --- .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 508e1af1..7bc75701 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -94,7 +94,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: rvben/rumdl@v0.2.3 + - uses: rvben/rumdl@v0.2.7 # Lint GitHub Actions workflows actionlint: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ee05b06..d2d69419 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.0 + rev: v0.2.7 hooks: - id: rumdl-fmt # Auto-format and fail if issues remain - repo: https://github.com/rhysd/actionlint