From 7583835cb97ae0934eb0c0b3f262e0476f1c17cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 17:09:04 +0000 Subject: [PATCH] Bump codespell-project/actions-codespell from 1.0 to 2.0 Bumps [codespell-project/actions-codespell](https://github.com/codespell-project/actions-codespell) from 1.0 to 2.0. - [Release notes](https://github.com/codespell-project/actions-codespell/releases) - [Commits](https://github.com/codespell-project/actions-codespell/compare/v1.0...v2.0) --- 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_and_flake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell_and_flake.yml b/.github/workflows/codespell_and_flake.yml index e191caa25d1..1b18158356a 100644 --- a/.github/workflows/codespell_and_flake.yml +++ b/.github/workflows/codespell_and_flake.yml @@ -35,7 +35,7 @@ jobs: name: 'Setup flake8 annotations' - run: make flake name: 'Run flake8' - - uses: codespell-project/actions-codespell@v1.0 + - uses: codespell-project/actions-codespell@v2.0 with: path: ${{ env.CODESPELL_DIRS }} skip: ${{ env.CODESPELL_SKIPS }}