Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: bump crate-ci/typos from 1.14.3 to 1.14.8
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.14.3 to 1.14.8.
- [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.14.3...v1.14.8)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2023
commit 69d320b07964d9553813673db99b173d5111396f
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

# Check for any typos!
- name: Check for typos
uses: crate-ci/typos@v1.14.3
uses: crate-ci/typos@v1.14.8
with:
config: .github/workflows/typos.toml
- name: Fix the typos
Expand Down