diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index b67276e..af37364 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -15,7 +15,7 @@ jobs: - run: sudo apt-get update && sudo apt-get install cppcheck if: false - uses: actions/checkout@v7 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 if: false with: cache: pip diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9247c26..342dc3b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: additional_dependencies: - setuptools # workaround for beautysh - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell args: