Skip to content

Commit 8c0b8f4

Browse files
chore: bump crate-ci/typos from 1.44.0 to 1.45.0 (#887)
* chore: bump crate-ci/typos from 1.44.0 to 1.45.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.44.0 to 1.45.0. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@631208b...02ea592) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix: typo --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Minh Vu <mvu@polygon.technology>
1 parent 3821882 commit 8c0b8f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
timeout-minutes: 5
3939
steps:
4040
- uses: actions/checkout@v6
41-
- uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d # v1.44.0
41+
- uses: crate-ci/typos@02ea592e44b3a53c302f697cddca7641cd051c3d # v1.45.0
4242

4343
gen-doc:
4444
name: Check gen-doc generated files

cmd/loadtest/testcases/loadtest.acts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ maxBaseFeeWei != -1 => !legacy && priorityGasPrice == -1
108108

109109
mode != "transaction" => gasLimit == -1 || gasLimit > 21000
110110

111-
-- These two flags are somewhat equivant in this context of mode==rpc
111+
-- These two flags are somewhat equivalent in this context of mode==rpc
112112
mode == "rpc" => ethCallOnly
113113
mode == "blob" => !legacy
114114

0 commit comments

Comments
 (0)