From 1536614054482a636ce21220e0ea2a05b556276e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:15:43 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 268850f..525bb67 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/cache@v4 + - uses: actions/cache@v6 name: "Cache Derived Data" with: path: | @@ -21,7 +21,7 @@ jobs: restore-keys: | ${{ runner.os }}-derivedData-cache- - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: Pods key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}