From 45150067b3d5c2211f01560bd8d139f95aa94f9c Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Wed, 4 Oct 2023 17:25:28 +0100 Subject: [PATCH] Revert "[Deps]Bump check-spelling/check-spelling from 0.0.21 to 0.0.22 (#28953)" (#29016) This reverts commit d3edd6acc2ac6cef8630d089980b493713bd47ff. --- .github/workflows/spelling2.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spelling2.yml b/.github/workflows/spelling2.yml index e38784d1484..0cbb2ce08c7 100644 --- a/.github/workflows/spelling2.yml +++ b/.github/workflows/spelling2.yml @@ -68,7 +68,7 @@ jobs: steps: - name: check-spelling id: spelling - uses: check-spelling/check-spelling@v0.0.22 + uses: check-spelling/check-spelling@v0.0.21 with: config: .github/actions/spell-check suppress_push_for_open_pull_request: 1 @@ -97,7 +97,7 @@ jobs: if: (success() || failure()) && needs.spelling.outputs.followup && github.event_name == 'push' steps: - name: comment - uses: check-spelling/check-spelling@v0.0.22 + uses: check-spelling/check-spelling@v0.0.21 with: config: .github/actions/spell-check checkout: true @@ -114,7 +114,7 @@ jobs: if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request') steps: - name: comment - uses: check-spelling/check-spelling@v0.0.22 + uses: check-spelling/check-spelling@v0.0.21 with: config: .github/actions/spell-check checkout: true