Skip to content

Commit caf1eb0

Browse files
committed
ci: pin crate-ci/typos version
1 parent de26319 commit caf1eb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
- uses: taiki-e/checkout-action@v1
9696

97-
- uses: crate-ci/typos@master
97+
- uses: crate-ci/typos@v1.23.1
9898
with:
9999
files: .
100100

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## [1.9.4](https://github.com/oxc-project/oxc_resolver/compare/oxc_resolver-v1.9.3...oxc_resolver-v1.9.4) - 2024-07-10
1010

1111
### Other
12-
- use custom canonicalize impl to avoid usless syscall ([#220](https://github.com/oxc-project/oxc_resolver/pull/220))
12+
- use custom canonicalize impl to avoid useless syscall ([#220](https://github.com/oxc-project/oxc_resolver/pull/220))
1313
- add symlink fixtures ([#219](https://github.com/oxc-project/oxc_resolver/pull/219))
1414

1515
## [1.9.3](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v1.9.2...oxc_resolver-v1.9.3) - 2024-07-03

0 commit comments

Comments
 (0)