From 8732a5fadbc93cfadcfeb3a14dfdd11d4c2c12a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:03:29 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 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] --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9bf5371447..7ce00005e62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -270,7 +270,7 @@ jobs: uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # v1.269.0 with: bundler-cache: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: app-plain-cache with: path: Tests/Perf/test-app-plain.ipa diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 32dd12032b6..418caed130e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@v6 - name: Cache for Test Server id: cache_test_server - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./test-server/.build key: test-server-${{ hashFiles('./test-server') }}-universal