From 085199d7103216d6be8a4ae5d2a2a2491f77233c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 17:46:24 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `taiki-e/install-action` from 2.86.4 to 2.87.0 - [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/a2a5f6e99e1a31540baa0468acfa302cff0f359f...37f7c5781271959fb65b6b35224e28652ff2b63d) Updates `crate-ci/typos` from 1.49.0 to 1.49.1 - [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/8a48f81b6c64dcfea44b3633223084c4be58ac5f...a8168dc2984a9e2352f183ffe788f0f23a300389) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: crate-ci/typos dependency-version: 1.49.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-version-rust.yml | 2 +- .github/workflows/check-rust-beta.yml | 2 +- .github/workflows/check-rust.yml | 4 ++-- .github/workflows/check-spelling.yml | 2 +- .github/workflows/draft-release-rust.yml | 2 +- .github/workflows/preload-caches-rust.yml | 4 ++-- .github/workflows/tag-untagged-releases-rust.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/bump-version-rust.yml b/.github/workflows/bump-version-rust.yml index b36c8ce..3de7766 100644 --- a/.github/workflows/bump-version-rust.yml +++ b/.github/workflows/bump-version-rust.yml @@ -86,7 +86,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-release - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d with: tool: cargo-release diff --git a/.github/workflows/check-rust-beta.yml b/.github/workflows/check-rust-beta.yml index d23e32d..1b462a5 100644 --- a/.github/workflows/check-rust-beta.yml +++ b/.github/workflows/check-rust-beta.yml @@ -28,7 +28,7 @@ jobs: run: rustup override set beta - name: Install cargo-nextest - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d with: tool: cargo-nextest diff --git a/.github/workflows/check-rust.yml b/.github/workflows/check-rust.yml index 9cd1e29..31a6e0b 100644 --- a/.github/workflows/check-rust.yml +++ b/.github/workflows/check-rust.yml @@ -86,7 +86,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d with: tool: cargo-nextest @@ -140,7 +140,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d with: tool: cargo-nextest diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index aca2d4e..5b5aaaa 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -18,6 +18,6 @@ jobs: persist-credentials: false - name: Check files for common misspellings - uses: crate-ci/typos@8a48f81b6c64dcfea44b3633223084c4be58ac5f + uses: crate-ci/typos@a8168dc2984a9e2352f183ffe788f0f23a300389 with: files: "${{ inputs.files }}" diff --git a/.github/workflows/draft-release-rust.yml b/.github/workflows/draft-release-rust.yml index 5657599..a203d3d 100644 --- a/.github/workflows/draft-release-rust.yml +++ b/.github/workflows/draft-release-rust.yml @@ -102,7 +102,7 @@ jobs: - name: Install cross if: matrix.os == 'ubuntu-latest' - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d with: tool: cross diff --git a/.github/workflows/preload-caches-rust.yml b/.github/workflows/preload-caches-rust.yml index 4f33ef0..a70e705 100644 --- a/.github/workflows/preload-caches-rust.yml +++ b/.github/workflows/preload-caches-rust.yml @@ -41,7 +41,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d with: tool: cargo-nextest @@ -87,7 +87,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d with: tool: cargo-nextest diff --git a/.github/workflows/tag-untagged-releases-rust.yml b/.github/workflows/tag-untagged-releases-rust.yml index 66fcef6..99b0240 100644 --- a/.github/workflows/tag-untagged-releases-rust.yml +++ b/.github/workflows/tag-untagged-releases-rust.yml @@ -54,7 +54,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-release - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d with: tool: cargo-release