diff --git a/.github/workflows/issue-to-pr.yml b/.github/workflows/issue-to-pr.yml index e261635..8bb581d 100644 --- a/.github/workflows/issue-to-pr.yml +++ b/.github/workflows/issue-to-pr.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: "Parse Issue Body" - uses: stefanbuck/github-issue-parser@10dcc54158ba4c137713d9d69d70a2da63b6bda3 # v3.2.3 + uses: stefanbuck/github-issue-parser@cb6e97157cbf851e3a393ff8d57c93a484cc323f # v3.2.5 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 c044c1b..f8b8072 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.15.11 + rev: v0.15.12 hooks: - id: ruff-check - id: ruff-format