diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-09 13:59:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 13:59:27 +0000 |
commit | ea286e2a21ef1fdfdb7224dd2d6d519147964842 (patch) | |
tree | 6844f39b33e1bd3c380415d5d7b4c1ed792f09a5 | |
parent | a0f28583e733c4daa776aed6ebc3a6e3b65dd8cb (diff) |
Bump crate-ci/typos from 1.24.1 to 1.24.5dependabot/github_actions/crate-ci/typos-1.24.5
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.24.1 to 1.24.5.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crate-ci/typos/compare/v1.24.1...v1.24.5)
---
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>
-rw-r--r-- | .github/workflows/typos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 10d6bf32..38a6228a 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -7,4 +7,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: crate-ci/typos@v1.24.1 + - uses: crate-ci/typos@v1.24.5 |