From ec7b9338a8d0a5ad38c54315e904010481027ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 05:29:27 +0000 Subject: [PATCH] chore(ci): bump the actions-weekly group across 1 directory with 3 updates Bumps the actions-weekly group with 3 updates in the / directory: [taiki-e/install-action](https://github.com/taiki-e/install-action), [crate-ci/typos](https://github.com/crate-ci/typos) and [taiki-e/cache-cargo-install-action](https://github.com/taiki-e/cache-cargo-install-action). Updates `taiki-e/install-action` from 2.67.19 to 2.68.1 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/3f67faa728964808f52294a9cd15561b15550b28...cede0bb282aae847dfa8aacca3a41c86d973d4d7) Updates `crate-ci/typos` from 1.43.1 to 1.43.5 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/3a4d65230db538caabac6e156599c8ba8380ff07...57b11c6b7e54c402ccd9cda953f1072ec4f78e33) Updates `taiki-e/cache-cargo-install-action` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/taiki-e/cache-cargo-install-action/releases) - [Changelog](https://github.com/taiki-e/cache-cargo-install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/cache-cargo-install-action/compare/34ce5120836e5f9f1508d8713d7fdea0e8facd6f...2bfc3cedaf2ee5e7fa5d0ae034ccd5fb50cf8e1f) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.68.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-weekly - dependency-name: crate-ci/typos dependency-version: 1.43.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-weekly - dependency-name: taiki-e/cache-cargo-install-action dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-weekly ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 6 +++--- .github/workflows/test.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c56c6e883d..12c7c5fa6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1 - uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 - - uses: taiki-e/install-action@3f67faa728964808f52294a9cd15561b15550b28 # v2.67.19 + - uses: taiki-e/install-action@cede0bb282aae847dfa8aacca3a41c86d973d4d7 # v2.68.1 with: tool: just - name: Build diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 15264f1561..c9f76afb15 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -70,7 +70,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1 - uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 - - uses: taiki-e/install-action@3f67faa728964808f52294a9cd15561b15550b28 # v2.67.19 + - uses: taiki-e/install-action@cede0bb282aae847dfa8aacca3a41c86d973d4d7 # v2.68.1 with: tool: cargo-hack - run: cargo hack check --feature-powerset --depth 1 --partition ${{ matrix.partition }}/2 @@ -130,7 +130,7 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: crate-ci/typos@3a4d65230db538caabac6e156599c8ba8380ff07 # v1.43.1 + - uses: crate-ci/typos@57b11c6b7e54c402ccd9cda953f1072ec4f78e33 # v1.43.5 deny: permissions: @@ -150,7 +150,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1 - uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 - - uses: taiki-e/cache-cargo-install-action@34ce5120836e5f9f1508d8713d7fdea0e8facd6f # v3.0.1 + - uses: taiki-e/cache-cargo-install-action@2bfc3cedaf2ee5e7fa5d0ae034ccd5fb50cf8e1f # v3.0.2 with: tool: zepter - name: Eagerly pull dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f14d810c5e..7b98542d06 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -96,7 +96,7 @@ jobs: components: ${{ needs.check-precompiles.outputs.coverage == 'true' && 'llvm-tools-preview' || '' }} - uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1 - uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 - - uses: taiki-e/install-action@3f67faa728964808f52294a9cd15561b15550b28 # v2.67.19 + - uses: taiki-e/install-action@cede0bb282aae847dfa8aacca3a41c86d973d4d7 # v2.68.1 with: tool: nextest@0.9.124 # Build and run tests WITH coverage (only when precompiles changed)