Skip to content

Commit

Permalink
chore(deps): update codespell-project/actions-codespell action to v2.1 (
Browse files Browse the repository at this point in the history
#784)

[![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

<details>
<summary>codespell-project/actions-codespell
(codespell-project/actions-codespell)</summary>

###
[`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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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

- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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**:
codespell-project/actions-codespell@v2...v2.1

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent 3290019 commit f470d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: chartboost/[email protected]
- 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
Expand Down

0 comments on commit f470d80

Please sign in to comment.