From 7ee6304f5f194520580dc796fd419da5ca336560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 06:53:40 +0000 Subject: [PATCH] ci(deps): bump the actions-patches group with 2 updates Bumps the actions-patches group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [actions/cache](https://github.com/actions/cache). Updates `taiki-e/install-action` from 2.81.7 to 2.81.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.81.7...v2.81.10) Updates `actions/cache` from 5 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v5.0.5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.81.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patches - dependency-name: actions/cache dependency-version: 5.0.5 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/ci.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6809123a..13f97118 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -38,7 +38,7 @@ jobs: rustup default stable rustup target add ${{ matrix.target }} - - uses: taiki-e/install-action@v2.81.7 + - uses: taiki-e/install-action@v2.81.10 with: tool: just diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbb64545..859a8ab4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: | rustup toolchain install --profile minimal --no-self-update stable rustup default stable - - uses: taiki-e/install-action@v2.81.7 + - uses: taiki-e/install-action@v2.81.10 with: tool: cargo-nextest,just - uses: Swatinem/rust-cache@v2 @@ -64,7 +64,7 @@ jobs: rustup toolchain install --profile minimal --no-self-update stable rustup default stable rustup component add clippy - - uses: taiki-e/install-action@v2.81.7 + - uses: taiki-e/install-action@v2.81.10 with: tool: just - uses: Swatinem/rust-cache@v2 @@ -82,7 +82,7 @@ jobs: rustup toolchain install --profile minimal --no-self-update stable rustup default stable rustup component add rustfmt - - uses: taiki-e/install-action@v2.81.7 + - uses: taiki-e/install-action@v2.81.10 with: tool: just - run: just fmt-check @@ -119,7 +119,7 @@ jobs: run: npm ci working-directory: private-web - name: Cache Playwright browsers - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: ~/.cache/ms-playwright key: ${{ runner.os }}-playwright-${{ hashFiles('private-web/package-lock.json') }}