From 7268a634656580506fb983f4a6deb67cd1810773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 21:33:40 +0000 Subject: [PATCH] deps: bump rharkor/caching-for-turbo from 2.5.0 to 2.5.1 Bumps [rharkor/caching-for-turbo](https://github.com/rharkor/caching-for-turbo) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/rharkor/caching-for-turbo/releases) - [Commits](https://github.com/rharkor/caching-for-turbo/compare/v2.5.0...v2.5.1) --- updated-dependencies: - dependency-name: rharkor/caching-for-turbo dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-mobile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-mobile.yml b/.github/workflows/deploy-mobile.yml index a35e865..42ffe66 100644 --- a/.github/workflows/deploy-mobile.yml +++ b/.github/workflows/deploy-mobile.yml @@ -58,7 +58,7 @@ jobs: # Only done as we are running Typecheck before publishing - name: 🏗 Setup Turborepo Cache - uses: rharkor/caching-for-turbo@v2.5.0 + uses: rharkor/caching-for-turbo@v2.5.1 # That shouldn't be necessary if we are running before merging PR's, # but as commits to main are not protected yet and sometimes happen,