diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index b8ffb43b9..804674050 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: Install mdbook - uses: taiki-e/install-action@v2.42.14 + uses: taiki-e/install-action@v2.42.37 with: tool: mdbook,mdbook-mermaid - name: Deploy GitHub Pages diff --git a/.github/workflows/llvm-cov.yml b/.github/workflows/llvm-cov.yml index 8438d5fa2..598730cf1 100644 --- a/.github/workflows/llvm-cov.yml +++ b/.github/workflows/llvm-cov.yml @@ -39,7 +39,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@v2.42.14 + uses: taiki-e/install-action@v2.42.37 with: tool: cargo-llvm-cov diff --git a/creditcoin-js/src/interfaces/augment-api-consts.ts b/creditcoin-js/src/interfaces/augment-api-consts.ts index a056a54b6..0c2a5bc09 100644 --- a/creditcoin-js/src/interfaces/augment-api-consts.ts +++ b/creditcoin-js/src/interfaces/augment-api-consts.ts @@ -117,7 +117,7 @@ declare module '@polkadot/api-base/types/consts' { **/ maxAdditionalFields: u32 & AugmentedConst; /** - * Maximum number of registrars allowed in the system. Needed to bound the complexity + * Maxmimum number of registrars allowed in the system. Needed to bound the complexity * of, e.g., updating judgements. **/ maxRegistrars: u32 & AugmentedConst;