From 656b7b057a8afef449741dd0e9737372fe4a0fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 14:03:15 +0000 Subject: [PATCH] chore(deps): Bump taiki-e/install-action Bumps the actions-minor-patch group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.83.4 to 2.85.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.83.4...v2.85.0) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/content-validation.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd08afb..6f4e9bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: components: rustfmt, clippy - uses: Swatinem/rust-cache@v2 - - uses: taiki-e/install-action@v2.83.4 + - uses: taiki-e/install-action@v2.85.0 with: tool: nextest - name: install bevy dependencies @@ -60,7 +60,7 @@ jobs: - uses: actions/checkout@v4.4.0 - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - - uses: taiki-e/install-action@v2.83.4 + - uses: taiki-e/install-action@v2.85.0 with: tool: nextest - name: integration tests (ignored + unit, live DB) diff --git a/.github/workflows/content-validation.yml b/.github/workflows/content-validation.yml index ec2fa5a..78513ea 100644 --- a/.github/workflows/content-validation.yml +++ b/.github/workflows/content-validation.yml @@ -33,7 +33,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install cargo-nextest - uses: taiki-e/install-action@v2.83.4 + uses: taiki-e/install-action@v2.85.0 with: tool: nextest