diff --git a/.github/workflows/ios-build.yml b/.github/workflows/ios-build.yml index d213a609..fc502e44 100644 --- a/.github/workflows/ios-build.yml +++ b/.github/workflows/ios-build.yml @@ -59,7 +59,7 @@ jobs: xcode-version: '26' #latest-stable - name: Restore DerivedData cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 id: cache-deriveddata with: path: DerivedData @@ -120,7 +120,7 @@ jobs: - name: Restore node_modules cache if: steps.detect.outputs.type == 'reactnative' || steps.detect.outputs.type == 'expo' - uses: actions/cache@v4 + uses: actions/cache@v5 id: node-modules-cache with: path: node_modules @@ -133,7 +133,7 @@ jobs: run: npm install - name: Restore Pods cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: pods-cache with: path: | @@ -349,7 +349,7 @@ jobs: if-no-files-found: error - name: Save DerivedData cache - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 if: always() with: path: DerivedData diff --git a/.github/workflows/ios-release.yml b/.github/workflows/ios-release.yml index 4306d746..7360082e 100644 --- a/.github/workflows/ios-release.yml +++ b/.github/workflows/ios-release.yml @@ -35,7 +35,7 @@ jobs: xcode-version: ${{ env.XCODE_VERSION }} - name: Restore DerivedData cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 id: cache-deriveddata with: path: DerivedData diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3250a8a5..fc3b24c1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -67,7 +67,7 @@ jobs: - name: Restore DerivedData cache if: matrix.os == 'ios' - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 id: cache-deriveddata with: path: DerivedData