diff --git a/.github/workflows/e2e-full.yml b/.github/workflows/e2e-full.yml index 881954c..084b2fb 100644 --- a/.github/workflows/e2e-full.yml +++ b/.github/workflows/e2e-full.yml @@ -44,7 +44,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: Setup Gradle cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.gradle/caches @@ -108,7 +108,7 @@ jobs: xcrun simctl list runtimes | grep -i ios - name: Setup CocoaPods cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cocoapods/repos @@ -118,7 +118,7 @@ jobs: ${{ runner.os }}-pods- - name: Setup Xcode build cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/Library/Developer/Xcode/DerivedData @@ -210,7 +210,7 @@ jobs: - name: Setup Gradle cache (Android only) if: matrix.platform == 'android' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.gradle/caches @@ -221,7 +221,7 @@ jobs: - name: Setup CocoaPods cache (iOS only) if: matrix.platform == 'ios' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cocoapods/repos @@ -232,7 +232,7 @@ jobs: - name: Setup Xcode build cache (iOS only) if: matrix.platform == 'ios' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/Library/Developer/Xcode/DerivedData diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 7a5fb09..341bc3c 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -52,7 +52,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: Setup Gradle cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.gradle/caches @@ -116,7 +116,7 @@ jobs: xcrun simctl list runtimes | grep -i ios - name: Setup CocoaPods cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cocoapods/repos @@ -126,7 +126,7 @@ jobs: ${{ runner.os }}-pods- - name: Setup Xcode build cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/Library/Developer/Xcode/DerivedData @@ -196,7 +196,7 @@ jobs: - name: Setup Gradle cache (Android only) if: matrix.platform == 'android' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.gradle/caches @@ -220,7 +220,7 @@ jobs: - name: Setup CocoaPods cache (iOS only) if: matrix.platform == 'ios' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cocoapods/repos @@ -231,7 +231,7 @@ jobs: - name: Setup Xcode build cache (iOS only) if: matrix.platform == 'ios' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/Library/Developer/Xcode/DerivedData