From ba3281bbdcc7aee8a2271510c5b118807d263d9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 10:46:18 +0000 Subject: [PATCH] Update streetsidesoftware/cspell-action action to v9.1.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac88541c..ba9f8c25 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: - name: Run Bandit security checks run: poetry run bandit -c pyproject.toml -r generated/nidaqmx - name: Run cspell - uses: streetsidesoftware/cspell-action@e0668cf020899e887ee8ad4d173c31738a79eae8 # v9.0.1 + uses: streetsidesoftware/cspell-action@6f3c77c1406bc930f944ba97e9801a22e42caf58 # v9.1.0 with: incremental_files_only: false check_dot_files: explicit