diff --git a/.github/workflows/templating.yml b/.github/workflows/templating.yml index 66abc14..90b0d1d 100644 --- a/.github/workflows/templating.yml +++ b/.github/workflows/templating.yml @@ -24,7 +24,7 @@ jobs: private-key: ${{ secrets.APP_PRIVATE_KEY }} permission-contents: write # Needed to push the templating branch permission-pull-requests: write # Needed to open the templating pull request - - uses: munich-quantum-toolkit/templates@d0c5adb86d19a5095f871cb6184cfdab298e943c # v1.4.2 + - uses: munich-quantum-toolkit/templates@f87a5f152d33b64e3cc4fad41c402bf7ce892f5d # v1.4.3 with: token: ${{ steps.create-token.outputs.token }} name: Debugger diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea7f115..cefc460 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -119,7 +119,7 @@ repos: ## Format Markdown files with rumdl - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.55 + rev: v0.2.58 hooks: - id: rumdl args: [--fix] @@ -147,7 +147,7 @@ repos: ## Format and lint Python files with ruff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.3 + rev: v0.16.4 hooks: - id: ruff-check require_serial: true @@ -158,7 +158,7 @@ repos: ## Check Python types with ty - repo: https://github.com/astral-sh/ty-pre-commit - rev: v0.0.72 + rev: v0.0.73 hooks: - id: ty args: [--only-dev]