From 8eefea030e36d70318abe8cab8f14bc45e48384e Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 16:05:14 +0000 Subject: [PATCH] chore(deps): update pre-commit hook crate-ci/typos to v1.29.0 --- .github/workflows/test.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b6767b..7442a77 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -212,7 +212,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Spell Check Repo - uses: crate-ci/typos@9d890159570d5018df91fedfa40b4730cd4a81b1 # v1.28.4 + uses: crate-ci/typos@c8fd3764afbf5eaf6e53d2e6571c835db2c8fa5f # v1.29.0 pre-commit: name: Pre-commit diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 43b4716..33897a1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -71,7 +71,7 @@ repos: ) - repo: https://github.com/crate-ci/typos - rev: v1.28.4 + rev: v1.29.0 hooks: - id: typos