Skip to content

Commit

Permalink
chore(deps): bump the github-actions-all group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions-all group with 2 updates: [editorconfig-checker/action-editorconfig-checker](https://github.com/editorconfig-checker/action-editorconfig-checker) and [crate-ci/typos](https://github.com/crate-ci/typos).


Updates `editorconfig-checker/action-editorconfig-checker` from 1.0.0 to 2.0.0
- [Release notes](https://github.com/editorconfig-checker/action-editorconfig-checker/releases)
- [Commits](editorconfig-checker/action-editorconfig-checker@v1.0.0...v2.0.0)

Updates `crate-ci/typos` from 1.16.12 to 1.16.13
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.16.12...v1.16.13)

---
updated-dependencies:
- dependency-name: editorconfig-checker/action-editorconfig-checker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-all
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mlegner committed Sep 25, 2023
1 parent efbbc9c commit 9621974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
name: Check editorconfig
steps:
- uses: actions/checkout@v4
- uses: editorconfig-checker/action-editorconfig-checker@v1.0.0
- uses: editorconfig-checker/action-editorconfig-checker@v2.0.0

typos:
runs-on: ubuntu-latest
name: Check spelling
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.16.12
- uses: crate-ci/typos@v1.16.13

check-all:
name: Check if all lint jobs succeeded
Expand Down

0 comments on commit 9621974

Please sign in to comment.