From 955d486ade1aae96b4861ce7445f55c5893ccfd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 12:59:51 +0000 Subject: [PATCH] Bump codespell-project/actions-codespell from 1 to 2 Bumps [codespell-project/actions-codespell](https://github.com/codespell-project/actions-codespell) from 1 to 2. - [Release notes](https://github.com/codespell-project/actions-codespell/releases) - [Commits](https://github.com/codespell-project/actions-codespell/compare/v1...v2) --- updated-dependencies: - dependency-name: codespell-project/actions-codespell dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 5c95721c..48f45070 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -14,7 +14,7 @@ jobs: - name: Check out code uses: actions/checkout@v3 - name: Check spelling - uses: codespell-project/actions-codespell@v1 + uses: codespell-project/actions-codespell@v2 with: check_filenames: true check_hidden: true