Skip to content

Commit 3fdaed4

Browse files
chore(deps): update crate-ci/typos action to v1.20.4 (#79)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [crate-ci/typos](https://github.com/crate-ci/typos) | action | minor | `v1.19.0` -> `v1.20.4` | --- ### Release Notes <details> <summary>crate-ci/typos (crate-ci/typos)</summary> ### [`v1.20.4`](https://github.com/crate-ci/typos/releases/tag/v1.20.4) [Compare Source](https://github.com/crate-ci/typos/compare/v1.20.3...v1.20.4) #### \[1.20.4] - 2024-04-04 ##### Fixes - Don't correct `ans` ### [`v1.20.3`](https://github.com/crate-ci/typos/releases/tag/v1.20.3) [Compare Source](https://github.com/crate-ci/typos/compare/v1.20.2...v1.20.3) #### \[1.20.3] - 2024-04-02 - Don't correct `arange` in Python - Don't correct `EOFError` in Python ### [`v1.20.2`](https://github.com/crate-ci/typos/releases/tag/v1.20.2) [Compare Source](https://github.com/crate-ci/typos/compare/v1.20.1...v1.20.2) #### \[1.20.2] - 2024-04-02 ##### Fixes - Don't correct `ang` ('angle' abbreviation) - Don't correct `dur` ('duration' abbreviation) - Don't correct `lst` (used in place of 'list' when its a built-in) - Don't correct `GUID` acronym - Don't correct `IIS` acronym - Don't correct `IME` acronym - Don't correct `IOT` acronym - Don't correct `ro` acronym - Don't correct `ws` abbreviation - Don't correct `JST` timezone - Also correct `donw` to `done` ### [`v1.20.1`](https://github.com/crate-ci/typos/releases/tag/v1.20.1) [Compare Source](https://github.com/crate-ci/typos/compare/v1.20.0...v1.20.1) #### \[1.20.1] - 2024-04-01 ##### Fixes - Don't correct `og` (OpenGraph's namespace), a regression from 1.20.0 ##### Fixes - Don't correct `eof`, a regression from 1.20.0 ### [`v1.20.0`](https://github.com/crate-ci/typos/releases/tag/v1.20.0) [Compare Source](https://github.com/crate-ci/typos/compare/v1.19.0...v1.20.0) #### \[1.20.0] - 2024-04-01 ##### Fixes - Updated the dictionary with the [March 2024](https://github.com/crate-ci/typos/issues/943) changes - Pull in typos from another source - Don't correct `spile` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 1am and before 7am" in timezone America/Vancouver, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ecsact-dev/ecsact_cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8315d17 commit 3fdaed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: crate-ci/typos@v1.19.0
16+
- uses: crate-ci/typos@v1.20.4
1717

1818
formatting-check:
1919
name: Formatting Check

0 commit comments

Comments
 (0)