From d3ac516ad9b7db16a228724e9f82edf6500c4d72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 09:40:26 +0000 Subject: [PATCH] ci(deps): bump the actions-patches group across 1 directory with 2 updates Bumps the actions-patches group with 2 updates in the / directory: [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.75.19 to 2.76.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/v2.75.19...v2.76.0) Updates `crate-ci/typos` from 1.45.1 to 1.46.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.45.1...v1.46.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.45.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patches - dependency-name: taiki-e/install-action dependency-version: 2.75.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patches ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/typos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e6cf97b..7236bbc 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -62,7 +62,7 @@ jobs: rustup default stable rustup target add ${{ matrix.target }} - - uses: taiki-e/install-action@v2.75.19 + - uses: taiki-e/install-action@v2.76.0 with: tool: just diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 6d210c3..b1c6ae6 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -12,6 +12,6 @@ jobs: steps: - uses: actions/checkout@v6 - name: Check spelling - uses: crate-ci/typos@v1.45.1 + uses: crate-ci/typos@v1.46.0 with: config: .typos.toml