From df3d7a4e1dcc1abcf7fb6d83eec7cd2ed0cb1742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 08:29:07 +0000 Subject: [PATCH] build(deps): bump check-spelling/check-spelling from 0.0.19 to 0.0.20 Bumps [check-spelling/check-spelling](https://github.com/check-spelling/check-spelling) from 0.0.19 to 0.0.20. - [Release notes](https://github.com/check-spelling/check-spelling/releases) - [Commits](https://github.com/check-spelling/check-spelling/compare/v0.0.19...v0.0.20) --- updated-dependencies: - dependency-name: check-spelling/check-spelling dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/spelling2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spelling2.yml b/.github/workflows/spelling2.yml index d22f96726fa5..4748f273b14f 100644 --- a/.github/workflows/spelling2.yml +++ b/.github/workflows/spelling2.yml @@ -26,7 +26,7 @@ jobs: - name: checkout if: ${{ github.event_name == 'push' }} uses: actions/checkout@v3.1.0 - - uses: check-spelling/check-spelling@v0.0.19 + - uses: check-spelling/check-spelling@v0.0.20 id: spelling with: config: .github/actions/spell-check