From 1c2986623612eb5dcb5c8d91bc7a4b8623b9c7a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:17:16 +0000 Subject: [PATCH] chore(deps): bump actions/cache in the gha-major group Bumps the gha-major group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.3.0 to 6.1.0 - [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/0057852bfaa89a56745cba8c7296529d2fc39830...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-major ... Signed-off-by: dependabot[bot] --- .github/workflows/testflight.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testflight.yml b/.github/workflows/testflight.yml index e85cf05..1b99541 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -102,7 +102,7 @@ jobs: run: sudo xcode-select -s /Applications/Xcode_26.3.app - name: Cache pub and CocoaPods dependencies - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ~/.pub-cache