From a2bb570ac6dc91de97dce160ec05233ea8fe749d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 15:34:45 -0600 Subject: [PATCH] Bump actions/cache from 3 to 5 (#841) Bumps [actions/cache](https://github.com/actions/cache) from 3 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/v3...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> Co-authored-by: Violet Caulfield <42452695+anultravioletaurora@users.noreply.github.com> --- .github/workflows/build-android.yml | 2 +- .github/workflows/maestro-test.yml | 4 ++-- .github/workflows/run-jest-test-suite.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index ce2e63bb..89452e61 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -43,7 +43,7 @@ jobs: fi - - uses: actions/cache@v3 + - uses: actions/cache@v5 with: path: | node_modules diff --git a/.github/workflows/maestro-test.yml b/.github/workflows/maestro-test.yml index 473b0d4e..057bae14 100644 --- a/.github/workflows/maestro-test.yml +++ b/.github/workflows/maestro-test.yml @@ -24,7 +24,7 @@ jobs: with: bun-version: 1.3.4 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | node_modules @@ -90,7 +90,7 @@ jobs: with: bun-version: 1.3.4 - - uses: actions/cache@v3 + - uses: actions/cache@v5 with: path: | node_modules diff --git a/.github/workflows/run-jest-test-suite.yml b/.github/workflows/run-jest-test-suite.yml index 774fc8db..ba5e29a3 100644 --- a/.github/workflows/run-jest-test-suite.yml +++ b/.github/workflows/run-jest-test-suite.yml @@ -22,7 +22,7 @@ jobs: bun-version: 1.3.4 - name: 📦 Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.bun/install/cache