From 683e968f4102e212d1447bb0b980c91f89413e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 05:03:27 +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 67d8467fca6..a7baa4b5845 100644 --- a/.github/workflows/codespell_and_flake.yml +++ b/.github/workflows/codespell_and_flake.yml @@ -34,7 +34,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 }}