diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-23 13:25:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-23 13:25:10 +0000 |
commit | b452ba19ecfc54591909cb073efa78dfcea8288b (patch) | |
tree | d4b7348ef517a4a82ec2d2955ee2534e5904b898 | |
parent | 30a8ef28cdc1d23cf6956f57ca05bd28db515014 (diff) |
Bump crate-ci/typos from 1.24.1 to 1.24.6dependabot/github_actions/crate-ci/typos-1.24.6
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.24.1 to 1.24.6.
- [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.6)
---
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..d8308634 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.6 |