From 6aa89bb5f8b54da69e0e0bc623dd8a7b0ace616d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:00:44 -0700 Subject: [PATCH] build(deps): bump actions/cache from 4 to 5 (#91369) Bumps [actions/cache](https://github.com/actions/cache) from 4 to 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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/mantis-slack-desktop-smoke.yml | 2 +- .github/workflows/mantis-telegram-live.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mantis-slack-desktop-smoke.yml b/.github/workflows/mantis-slack-desktop-smoke.yml index dedc1a40124c..cb27624a5e1b 100644 --- a/.github/workflows/mantis-slack-desktop-smoke.yml +++ b/.github/workflows/mantis-slack-desktop-smoke.yml @@ -180,7 +180,7 @@ jobs: run: pnpm build - name: Cache Mantis candidate pnpm store - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.local/share/pnpm/store diff --git a/.github/workflows/mantis-telegram-live.yml b/.github/workflows/mantis-telegram-live.yml index 0fcfc2bde650..019e5121383b 100644 --- a/.github/workflows/mantis-telegram-live.yml +++ b/.github/workflows/mantis-telegram-live.yml @@ -327,7 +327,7 @@ jobs: run: pnpm build - name: Cache Mantis candidate pnpm store - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.local/share/pnpm/store