From f470d80aef6c47d3d9b6382a9bbc8ee4389c21b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:28:51 +0000 Subject: [PATCH] chore(deps): update codespell-project/actions-codespell action to v2.1 (#784) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codespell-project/actions-codespell](https://togithub.com/codespell-project/actions-codespell) | action | minor | `v2.0` -> `v2.1` | --- ### Release Notes
codespell-project/actions-codespell (codespell-project/actions-codespell) ### [`v2.1`](https://togithub.com/codespell-project/actions-codespell/releases/tag/v2.1) [Compare Source](https://togithub.com/codespell-project/actions-codespell/compare/v2.0...v2.1) #### What's Changed - Use v2 in README by [@​okuramasafumi](https://togithub.com/okuramasafumi) in [https://github.com/codespell-project/actions-codespell/pull/69](https://togithub.com/codespell-project/actions-codespell/pull/69) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/codespell-project/actions-codespell/pull/72](https://togithub.com/codespell-project/actions-codespell/pull/72) - Bump actions/setup-python from 4 to 5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/codespell-project/actions-codespell/pull/74](https://togithub.com/codespell-project/actions-codespell/pull/74) - feat: bump to use node20 runtime by [@​kbdharun](https://togithub.com/kbdharun) in [https://github.com/codespell-project/actions-codespell/pull/71](https://togithub.com/codespell-project/actions-codespell/pull/71) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/codespell-project/actions-codespell/pull/76](https://togithub.com/codespell-project/actions-codespell/pull/76) #### New Contributors - [@​okuramasafumi](https://togithub.com/okuramasafumi) made their first contribution in [https://github.com/codespell-project/actions-codespell/pull/69](https://togithub.com/codespell-project/actions-codespell/pull/69) - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/codespell-project/actions-codespell/pull/72](https://togithub.com/codespell-project/actions-codespell/pull/72) - [@​kbdharun](https://togithub.com/kbdharun) made their first contribution in [https://github.com/codespell-project/actions-codespell/pull/71](https://togithub.com/codespell-project/actions-codespell/pull/71) - [@​pre-commit-ci](https://togithub.com/pre-commit-ci) made their first contribution in [https://github.com/codespell-project/actions-codespell/pull/76](https://togithub.com/codespell-project/actions-codespell/pull/76) **Full Changelog**: https://github.com/codespell-project/actions-codespell/compare/v2...v2.1
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/allenporter/flux-local). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index efb4334e..a6108712 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: chartboost/ruff-action@v1.0.0 - - uses: codespell-project/actions-codespell@v2.0 + - uses: codespell-project/actions-codespell@v2.1 with: check_hidden: false exclude_file: ./tests/testdata/cluster9/clusters/dev/flux-system/gotk-components.yaml