Skip to content

Commit f377a23

Browse files
chore(deps): bump crate-ci/typos from 1.38.1 to 1.39.0 (#12439)
* chore(deps): bump crate-ci/typos from 1.38.1 to 1.39.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.38.1 to 1.39.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@80c8a49...07d900b) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix typo --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zerosnacks <[email protected]> Co-authored-by: zerosnacks <[email protected]>
1 parent 3dbb87a commit f377a23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v5
5959
with:
6060
persist-credentials: false
61-
- uses: crate-ci/typos@80c8a4945eec0f6d464eaf9e65ed98ef085283d1 # v1
61+
- uses: crate-ci/typos@07d900b8fa1097806b8adb6391b0d3e0ac2fdea7 # v1
6262

6363
clippy:
6464
runs-on: depot-ubuntu-latest

crates/script/src/progress.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ impl ScriptProgress {
171171
progress
172172
}
173173

174-
/// Traverses a set of pendings and either finds receipts, or clears them from
175-
/// the deployment sequence.
174+
/// Traverses a set of pending transactions and either finds receipts, or clears
175+
/// them from the deployment sequence.
176176
///
177177
/// For each `tx_hash`, we check if it has confirmed. If it has
178178
/// confirmed, we push the receipt (if successful) or push an error (if

0 commit comments

Comments
 (0)