From b8adbd753a7644210d88aa45eadc2ec569f25483 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Thu, 9 Jan 2025 09:35:04 -0800 Subject: [PATCH] Update check spelling version To hopefully fix deprecation warnings --- .github/workflows/spelling.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 667376ec3c..cfb59a4b99 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -95,7 +95,7 @@ jobs: steps: - name: check-spelling id: spelling - uses: check-spelling/check-spelling@v0.0.22 + uses: check-spelling/check-spelling@v0.0.24 with: suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }} checkout: true @@ -135,7 +135,7 @@ jobs: cancel-in-progress: false steps: - name: apply spelling updates - uses: check-spelling/check-spelling@v0.0.22 + uses: check-spelling/check-spelling@v0.0.24 with: experimental_apply_changes_via_bot: 1 checkout: true