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