diff --git a/.github/workflows/issue-to-pr.yml b/.github/workflows/issue-to-pr.yml index c26e3cc..29ea441 100644 --- a/.github/workflows/issue-to-pr.yml +++ b/.github/workflows/issue-to-pr.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: "Parse Issue Body" - uses: stefanbuck/github-issue-parser@25f1485edffc1fee3ea68eb9f59a72e58720ffc4 # v3.2.2 + uses: stefanbuck/github-issue-parser@10dcc54158ba4c137713d9d69d70a2da63b6bda3 # v3.2.3 id: issue-parser with: template-path: .github/ISSUE_TEMPLATE/new-component-request.yml # optional but recommended diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b6c58c..da703f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -57,7 +57,7 @@ repos: # Python linting using ruff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.11 + rev: v0.14.13 hooks: - id: ruff-check - id: ruff-format