diff --git a/.github/workflows/ci-graphite.yml b/.github/workflows/ci-graphite.yml index 85b5f3722e..df40397500 100644 --- a/.github/workflows/ci-graphite.yml +++ b/.github/workflows/ci-graphite.yml @@ -46,7 +46,7 @@ jobs: df -h - name: Cache turborepo for Android - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: ${{ env.TURBO_CACHE_DIR }} key: ${{ runner.os }}-turborepo-android-${{ hashFiles('yarn.lock') }} @@ -77,7 +77,7 @@ jobs: echo "sdk.dir=$ANDROID_HOME" > $GITHUB_WORKSPACE/apps/example/android/local.properties - name: Cache Gradle - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: | ~/.gradle/wrapper @@ -93,7 +93,7 @@ jobs: yarn turbo run build:android --concurrency 1 - name: Cache apk - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 env: cache-name: cache-apk with: @@ -142,7 +142,7 @@ jobs: - name: Restore APK id: cache-apk - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb with: path: apps/example/android/app/build/outputs/apk/debug/app-debug.apk key: apk-graphite-${{ github.sha }} @@ -200,7 +200,7 @@ jobs: graphite: true - name: Cache turborepo for iOS - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: ${{ env.TURBO_CACHE_DIR }} key: ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock') }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c309f2f04..ad3ae63efd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,7 @@ jobs: df -h - name: Cache turborepo for Android - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: ${{ env.TURBO_CACHE_DIR }} key: ${{ runner.os }}-turborepo-android-${{ hashFiles('yarn.lock') }} @@ -192,7 +192,7 @@ jobs: echo "sdk.dir=$ANDROID_HOME" > $GITHUB_WORKSPACE/apps/example/android/local.properties - name: Cache Gradle - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: | ~/.gradle/wrapper @@ -208,7 +208,7 @@ jobs: yarn turbo run build:android --concurrency 1 - name: Cache apk - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 env: cache-name: cache-apk with: @@ -256,7 +256,7 @@ jobs: - name: Restore APK id: cache-apk - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb with: path: apps/example/android/app/build/outputs/apk/debug/app-debug.apk key: apk-${{ github.sha }} @@ -313,7 +313,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Cache turborepo for iOS - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: ${{ env.TURBO_CACHE_DIR }} key: ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock') }} @@ -360,7 +360,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Cache turborepo for macOS - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: ${{ env.TURBO_CACHE_DIR }} key: ${{ runner.os }}-turborepo-macos-${{ hashFiles('yarn.lock') }}