From f7094ed6e4025d2de748c3c848dfecc9e4b10c43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:38:33 +0000 Subject: [PATCH] chore(ci): bump the actions-weekly group with 2 updates Bumps the actions-weekly group with 2 updates: [crate-ci/typos](https://github.com/crate-ci/typos) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `crate-ci/typos` from 1.48.0 to 1.49.0 - [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/v1.48.0...v1.49.0) Updates `taiki-e/install-action` from 2.85.5 to 2.85.10 - [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/v2.85.5...v2.85.10) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-weekly - dependency-name: taiki-e/install-action dependency-version: 2.85.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-weekly ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0e16f6d0..c5124210 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -66,4 +66,4 @@ jobs: uses: actions/checkout@v7 - name: Check spelling - uses: crate-ci/typos@v1.48.0 + uses: crate-ci/typos@v1.49.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7050c7aa..0fbfba97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: cache-on-failure: true - name: Install nextest - uses: taiki-e/install-action@v2.85.5 + uses: taiki-e/install-action@v2.85.10 with: tool: cargo-nextest @@ -86,7 +86,7 @@ jobs: cache-on-failure: true - name: Install nextest - uses: taiki-e/install-action@v2.85.5 + uses: taiki-e/install-action@v2.85.10 with: tool: cargo-nextest